/* ------------------------ */
/* ----->>> COLORS <<<----- */
/* ------------------------ */
/* ------------------------ */
/* ------>>> FONTS <<<----- */
/* ------------------------ */
/* ------------------------ */
/* ----->>> SIZES <<<------ */
/* ------------------------ */
/* ------------------------ */
/* ---->>> QUERIES <<<----- */
/* ------------------------ */
/* ------------------------ */
/* --->>> FUNCTIONS <<<---- */
/* ------------------------ */
/* ------------------------ */
/* ---->>> ELEMENTS <<<---- */
/* ------------------------ */
* {
  font-family: "Roboto", sans-serif; }

*:focus, *:active {
  outline: none; }

a:hover {
  color: #999ca2; }

body {
  background-color: #FFFFFF;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.45; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

h1, h3, h4, h5, h6 {
  color: #e3822a;
  font-family: "Roboto", sans-serif;
  line-height: 1.4em;
  font-weight: 900;
  margin-top: 0px;
  letter-spacing: 1px; }

h2 {
  color: #000000; }

blockquote {
  border-left: 5px solid #999ca2;
  color: #000000;
  padding-left: 1em; }

p, span {
  line-height: 1.4em; }

p, span, textarea, li {
  font-family: "Roboto", sans-serif; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-style: normal;
  color: #D7D7D7; }

input:-moz-placeholder, textarea:-moz-placeholder {
  font-style: normal;
  color: #D7D7D7; }

input::-moz-placeholder, textarea::-moz-placeholder {
  font-style: normal;
  color: #D7D7D7; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-style: normal;
  color: #D7D7D7; }

input:focus, textarea:focus {
  border: 1px solid #999ca2 !important; }

label {
  color: #000000; }

select {
  padding: 10px;
  width: 100%; }

::selection {
  background: #999ca2; }

::-moz-selection {
  background: #999ca2; }

/* ---->>> BOOTSTRAP <<<---- */
/* ------------------------- */
.container {
  position: relative;
  overflow: hidden; }

.container:last-of-type {
  margin-bottom: 0; }

.container > div {
  padding-bottom: 2em;
  padding-top: 2em; }

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  position: relative; }

.container-fluid:last-of-type {
  margin-bottom: 0; }

.container-fluid > div {
  margin-bottom: 2em; }

/* ------------------------ */
/* ----->>> ADJUST<<<------ */
/* ------------------------ */
.pdn {
  padding: 1.5em; }

.pdn-half {
  padding: 0.75em; }

.pdn-sm {
  padding: 0.5em; }

.pdn-top {
  padding-top: 1em; }

.pdn-btm {
  padding-bottom: 1em; }

.pdn-hor {
  padding-left: 1.5em;
  padding-right: 1.5em; }

.pdn-hor-half {
  padding-top: 0.75em;
  padding-bottom: 0.75em; }

.pdn-ver {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.pdn-ver-half {
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important; }

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

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

.no-pdn-btm {
  padding-bottom: 0px !important; }

.no-pdn-hor {
  padding-left: 0px !important;
  padding-right: 0px !important; }

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

.mgn {
  margin: 1.5em; }

.mgn-ver {
  margin-left: 1.5em;
  margin-right: 1.5em; }

.mgn-ver {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.mgn-top {
  margin-top: 1.5em; }

.mgn-btm {
  margin-bottom: 1.5em; }

.no-mgn {
  margin: 0px !important; }

.no-mgn-top {
  margin-top: 0px; }

.no-mgn-btm {
  margin-bottom: 0px; }

.fa-style-lg {
  color: #FFFFFF;
  font-size: 32px;
  display: inline-block; }

.fa-style-md {
  color: #FFFFFF;
  font-size: 22px;
  display: inline-block; }

.fa-style-sm {
  color: #FFFFFF;
  font-size: 16px;
  display: inline-block; }

.font-lg {
  font-size: 36px; }

.font-md {
  font-size: 26px; }

.font-sm {
  font-size: 15px; }

.font-xs {
  font-size: 12px; }

.img-width-full {
  width: 100%; }

.img-width-half {
  width: 50%; }

.img-width-custom {
  width: 80px; }

.disable-border {
  border: none; }

.disable-radius {
  border-radius: 0; }

.rounded-corners {
  border-radius: 10px; }

.enable-border {
  border: 5px solid #999ca2; }

.vc-parent {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .vc-parent {
      display: block; } }

.vc-child {
  max-width: 100%;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .vc-child {
      text-align: justify; } }

.vc-child span {
  max-width: 50%; }
  @media screen and (max-width: 768px) {
    .vc-child span {
      max-width: 100%; } }

.vc-child-left {
  max-width: 50%;
  text-align: left; }

.vc-child-right {
  max-width: 50%;
  text-align: right; }

.space {
  padding-top: 40px;
  padding-bottom: 40px; }

.transparant-bg {
  background-color: transparent; }

.font-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.nav a {
  text-decoration: none; }

/* ------------------------ */
/* ----->>> COLORS <<<----- */
/* ------------------------ */
.color-orange {
  color: #e3822a; }

.color-bg-orange {
  background-color: #e3822a; }

.color-light-orange {
  color: #f8e7d2; }

.color-bg-light-orange {
  background-color: #f8e7d2; }

.color-red {
  color: #b1112a; }

.color-bg-red {
  background-color: #b1112a; }

.color-light-red {
  color: #edd0d4; }

.color-bg-light-red {
  background-color: #edd0d4; }

.color-grey {
  color: #999ca2; }

.color-bg-grey {
  background-color: #999ca2; }

.color-light-grey {
  color: #e1e5e6; }

.color-bg-light-grey {
  background-color: #e1e5e6; }

.zoekenContainer {
  margin-top: 8px; }

h2.waaromRGO {
  color: #ea7e21;
  font-size: 42px;
  text-transform: none; }

h2.red {
  color: #bb1c29;
  text-transform: none;
  font-size: 32px !important; }

h2.white {
  color: #ffffff;
  text-transform: none;
  font-size: 25px !important;
  margin-bottom: 30px;
  font-weight: normal; }
  h2.white a {
    color: #fff;
    text-decoration: none; }

.header {
  z-index: 2;
  position: relative;
  background-color: #FFFFFF; }

.navbar-nav .nav-link {
  display: inline-block;
  color: #FFFFFF !important; }

.dropdown-toggle {
  color: #FFFFFF !important; }

.navbar-nav .nav-link:hover {
  display: inline-block;
  color: #000000 !important;
  background-color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 6px;
  margin-top: 0.425rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.nav-icon {
  width: 20px;
  height: 15px;
  position: absolute;
  top: 8px;
  right: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #999ca2;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

.nav-icon span:nth-child(1) {
  top: 0px; }

.nav-icon span:nth-child(2) {
  top: 6px; }

.nav-icon span:nth-child(3) {
  top: 12px; }

.nav-icon.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #999ca2; }

.nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: 60px; }

.nav-icon.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #999ca2; }

.menu-container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 0;
  background-color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .menu-container a {
    color: #999ca2;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px;
    display: inline-block;
    width: 100%; }

.menu-container.open {
  height: 400px; }

.parallax-window {
  min-height: 500px; }

.socialmedia {
  top: -15px; }

.socialmedia a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  margin-bottom: 5px; }
  .socialmedia a:hover {
    margin-bottom: 0px;
    height: 45px; }

.grey-border {
  border: 2px solid #999ca2;
  border-top: 0; }
  .grey-border:hover {
    background-color: #999ca2;
    color: #fff; }

#homepage_tabs {
  margin-top: 50px; }

.lightgreyBackground {
  background-color: #e3e4e6;
  padding-bottom: 60px;
  margin-bottom: 50px; }

.tabcontainer {
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px; }

.footerAgenda {
  color: #b1112a;
  display: block; }
  .footerAgenda .day {
    display: inline-block;
    font-size: 34px;
    line-height: 27px; }
  .footerAgenda .month {
    display: inline-block;
    font-size: 19px;
    line-height: 19px; }
  .footerAgenda .year {
    display: inline-block;
    font-size: 26px; }
  .footerAgenda .titel {
    color: #000000; }
  .footerAgenda span {
    color: #b1112a !important; }

.navbar-nav {
  width: 100%;
  display: table;
  table-layout: fixed; }

.navbar-nav > li {
  display: table-cell;
  width: auto;
  text-align: center;
  float: none !important; }
  @media screen and (max-width: 544px) {
    .navbar-nav > li {
      display: block; } }

.img-rgo {
  border-radius: 10px;
  border: 0px solid #e3822a; }

.container_oranje {
  background-color: #e3822a;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #FFFFFF; }

#footer {
  margin-top: 80px;
  background-color: #9b9ca1;
  margin-top: 0px !important;
  color: #fff !important; }
  #footer h2 {
    color: #fff !important; }
  #footer label {
    color: #fff !important; }

.bollen {
  background-image: url("/img/bollen.png");
  background-size: cover;
  padding-top: 50px; }

#homepage_introductie {
  margin-bottom: 50px; }

.bg-faded {
  background: none !important; }

#exCollapsingNavbar2 {
  padding: 0px; }

.bg-faded .container {
  background-color: #e3822a;
  border-top-left-radius: 5px;
  border-top-right-radius: 10px;
  margin-top: -40px; }

#owl-personeel .owl-item {
  height: 240px; }
  @media screen and (max-width: 992px) {
    #owl-personeel .owl-item {
      height: auto; } }
  @media screen and (max-width: 768px) {
    #owl-personeel .owl-item {
      height: auto; } }
  @media screen and (max-width: 544px) {
    #owl-personeel .owl-item {
      height: auto; } }

#owl-groep-8 .owl-item {
  height: 240px; }
  @media screen and (max-width: 992px) {
    #owl-groep-8 .owl-item {
      height: auto; } }
  @media screen and (max-width: 768px) {
    #owl-groep-8 .owl-item {
      height: auto; } }
  @media screen and (max-width: 544px) {
    #owl-groep-8 .owl-item {
      height: auto; } }

#owl-leerlingen .owl-item {
  height: 240px; }
  @media screen and (max-width: 992px) {
    #owl-leerlingen .owl-item {
      height: auto; } }
  @media screen and (max-width: 768px) {
    #owl-leerlingen .owl-item {
      height: auto; } }
  @media screen and (max-width: 544px) {
    #owl-leerlingen .owl-item {
      height: auto; } }

#owl-ouders .owl-item {
  height: 240px; }
  @media screen and (max-width: 992px) {
    #owl-ouders .owl-item {
      height: auto; } }
  @media screen and (max-width: 768px) {
    #owl-ouders .owl-item {
      height: auto; } }
  @media screen and (max-width: 544px) {
    #owl-ouders .owl-item {
      height: auto; } }

.nav-tabs {
  border: none;
  width: 100%;
  text-align: center; }
  .nav-tabs li {
    border-top-left-radius: 10px;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 10px;
    background-color: #9b9ca2;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    text-align: center; }
    .nav-tabs li a {
      color: #FFFFFF !important;
      font-size: 22px; }

.tabItem img {
  border-radius: 15px; }
.tabItem span {
  background-color: #FFFFFF;
  font-size: 20px;
  color: #9b9ca2;
  padding: 5px;
  margin-top: -65px;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px; }
  @media screen and (max-width: 544px) {
    .tabItem span {
      font-size: 15px;
      margin-top: -40px; } }

.tabcontainer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.kleurbalkTabs {
  background-color: #9b9ca2;
  width: 100%;
  height: 7px;
  padding: 0px !important; }

.btn-rgo {
  background: none;
  background-image: url("/img/linkbg.png");
  min-width: 150px;
  font-size: 15px;
  background-position: center;
  color: #FFFFFF;
  display: block;
  background-height: 100%;
  background-width: 100%;
  background-repeat: no-repeat; }

.btn-rgo:hover {
  color: #FFFFFF;
  text-decoration: underline; }

.btn-rgo-wit {
  background: none;
  background-image: url("/img/linkbg-wit.png");
  min-width: 150px;
  font-size: 15px;
  background-position: center;
  color: #e3822a;
  display: block;
  background-height: 100%;
  background-width: 100%;
  background-repeat: no-repeat; }

.btn-rgo-wit:hover {
  color: #e3822a;
  text-decoration: underline; }

hr {
  border-width: 4px;
  margin-top: 50px;
  margin-bottom: 50px; }

.nieuwsItem {
  background-color: #e3e4e6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .nieuwsItem img {
    border-bottom: 5px solid #FFFFFF; }
  .nieuwsItem div {
    padding: 10px;
    position: relative;
    min-height: 170px;
    font-size: 14px; }
  .nieuwsItem a.btn {
    background-color: #ffffff;
    border: none;
    font-size: 13px;
    color: #bb1c29;
    position: absolute;
    right: 20px;
    bottom: -3px; }

.oranjeBG {
  background-color: #e3822a;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top: 50px;
  position: relative; }

.footerAgenda {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0px; }

.navbar {
  padding: 0px; }

.linksContainer {
  border: 4px solid white;
  border-radius: 15px;
  min-height: 420px; }
  .linksContainer ul {
    margin-top: 15px;
    list-style: none;
    margin-left: 0px;
    padding-left: 20px; }
    .linksContainer ul li {
      color: #FFFFFF;
      padding-bottom: 15px; }
      .linksContainer ul li i {
        margin-right: 10px; }
  .linksContainer .btn {
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-decoration: underline; }

.dropdown-menu {
  padding: 15px;
  border-radius: 0px;
  background-color: #e3822a;
  margin-top: -3px;
  border: none; }
  .dropdown-menu li {
    padding-bottom: 10px; }
    .dropdown-menu li a {
      color: #ffffff; }

.navstick {
  position: fixed;
  top: 40px;
  z-index: 123;
  width: 100%;
  background-color: #e3822a !important; }

.navstick > .container {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.btn-warning {
  background-color: #e3822a;
  border-color: #e3822a; }

.nieuwsitem img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.nieuwsbericht hr {
  margin-top: 5px;
  margin-bottom: 15px; }

.writen {
  font-family: "handWritten", cursive;
  font-size: 2em;
  letter-spacing: 2px;
  margin: 0; }

.input-group-addon {
  border: 1px solid #606165;
  background-color: #fff;
  width: 40px; }

input.form-control {
  border: 1px solid #606165;
  border-left: 0; }

textarea.form-control {
  border: 1px solid #606165; }

.addthis_inline_follow_toolbox span {
  font-family: "handWritten", cursive;
  font-size: 2em;
  color: #3b5998 !important; }

.totop {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  background-color: #fff;
  padding: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 5px !important;
  font-size: 24px;
  color: #e3822a;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s; }

.totop:hover {
  padding-bottom: 15px !important; }

.downloads a {
  color: #fff;
  text-decoration: none; }

.downloads a:hover {
  color: #efefef; }

.blok_text {
  padding: 30px;
  color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .blok_text h2 {
    font-size: 2em !important; }

a.footerAgenda {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s; }

a.footerAgenda:hover {
  background-color: #efefef; }

.item {
  margin: 10px; }

.owl-carousel {
  overflow: hidden; }

.gallery .col-xs-3 img {
  max-height: 120px;
  margin-top: 10px; }

span.titel {
  font-size: 1em !important;
  color: #b1112a; }

span.title {
  font-size: 0.9em !important;
  color: #b1112a; }

.hr-small {
  border-width: 1px;
  margin-top: 5px;
  margin-bottom: 0;
  border-color: #b1112a; }

.panel-title {
  background-color: #e3822a;
  font-size: 20px;
  padding: 5px;
  padding-left: 20px;
  border-radius: 3px; }

.panel-title a {
  color: #FFFFFF; }

.panel-body {
  padding-bottom: 20px; }

.zoekenContainer {
  margin-top: 10px;
  z-index: 1222223232124; }

.zoekenContainer input {
  border: 2px solid #999ca2;
  border-radius: 5px; }

.zoekenContainer input[type=submit] {
  bordeR: none;
  color: #FFFFFF;
  font-size: 14px;
  position: absolute;
  margin-top: 4px;
  margin-left: -47px;
  background-color: #e3822a !important; }

.zoekresultaten {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 18px; }

.zoekresultaten li {
  margin-bottom: 30px;
  margin-top: 10px; }

.panel-title a {
  display: block;
  text-decoration: none !important; }

.zoekresultaten li b {
  color: #e3822a; }

.zoekresultaten li a {
  display: inline-block;
  background-color: #e3822a;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  margin-left: 10px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px; }

.more-less {
  position: absolute;
  right: 25px;
  margin-top: 4px; }

.zoekresultaten li span {
  font-size: 13px !important;
  line-height: 13px !important; }

.zoekresultaten li span.title {
  font-size: 17px !important; }

.activiteitItem {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(153, 156, 162, 0.1); }

.activiteitItem {
  margin: 20px; }
  .activiteitItem div h2 {
    color: #e3822a; }

a.activiteitContainer {
  text-decoration: none; }

.accordion-toggle .fa {
  font-size: 20px;
  margin-top: 5px;
  margin-right: 5px; }

.downloads2 a {
  color: #333; }

.downloads2 a:hover {
  color: #000; }

.page-link {
  color: #e3822a; }
  .page-linkhover {
    text-decoration: none;
    color: #e3822a; }

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  background-color: #e3822a;
  border-color: #e3822a; }

@media screen and (max-width: 544px) {
  .table tr td {
    font-size: 10px; } }

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