
/* --------------------------------------------- 
* Filename:     custom-style.css
* Version:      1.0.0 (2016-02-27)
* Website:      st-joris.nl
* Description:  Global Styles
* Author:       EH
-----------------------------------------------*/
@font-face {
  font-family: 'Big John';
  src: url('../fonts/BigJohn.ttf');
  src: url('../fonts/BigJohn.eot');
  src: url('../fonts/BigJohn.woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Catamaran';
  src: url('../fonts/Catamaran-Regular.ttf');
  src: url('../fonts/Catamaran-Regular.eot');
  src: url('../fonts/Catamaran-Regular.woff');
  font-weight: normal;
  font-style: normal;
}

body{
  font-family: 'Catamaran', sans-serif;
  font-size: 15px;
  /*line-height: 160%;*/
  color: #ffffff;
  overflow-x: hidden;
  font-weight: normal;
  background-image: url("bgpattern.png");
}

p{ margin: 0 0 5px 0; }

h1, .h1{ font-size: 22px; font-family: 'Big John'; color: #FFFFFF; margin-top: 10px; margin-bottom: 0px;}  /* kleur van blok headers */

h2, .h2{ font-size: 18px; font-family: 'Catamaran'; color: #FFFFFF; margin-top: 10px; margin-bottom: 0px; font-weight: bold;}

h3, .h3{ font-size: 16px; font-family: 'Catamaran'; color: #FFFFFF; font-weight: bold; }

h4, .h4{ font-size: 14px; font-family: 'Catamaran'; color: #FFFFFF; }

img{ max-width: 100%; }

a{
  color: #FFFFFF;
}

a:hover,
a:focus{
  color: #9cc64e;  /* CD1B01 */ 
  text-decoration: none;
}

ul.links.inline{
  padding: 0;
}

ol, ul {
  padding-left: 20px;
}

ul.links.inline li{
  list-style: none;
}
/*
.block{
  margin-bottom: 20px;
  background-color: #000000;
}*/

.container {
  max-width: 1055px;
}

.main-header {
  background-size: cover;
  position: relative;
  background: none; /*url(../images/header-bg.jpg) no-repeat */
}

.main-header nav{
  background: transparent;  /* changed from EE0328*/
  border: 0;
  margin: 0;
  position: relative;
  z-index: 2; /* 9999*/
  min-height: auto;
  border-radius: 0;
  margin-bottom: 15px;
}

.main-header .region{
  position: relative;
  z-index: 2;
}

.main-header .block{
  margin: 0;
}
/*Region Header*/

.site-branding{
  margin: 0;
  padding: 0 0 0 0;
}

.brand.logo{
  margin-right: 5px;
}

.region-header .brand{
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  padding: 3px 0;
}

.site-name a{
  font-size: 13px;
  color: #414041;
  display: table-caption;
  font-family: 'Big John';
}

.region-header .site-branding__slogan{
  font-size: 10px;
  color: #fff;
}

/*Banner*/

.slideshow{
  text-align: center;
  line-height: 160%;
}

.slideshow h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*Top Widget*/

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

.topwidget .block h2.title{
  background: #1BA4C4;
  color: #fff;
  padding: 10px;
  margin: 0; 
}

.topwidget .block .content{
  border: 1px solid #1BA4C4;
  padding: 10px 10px 0 10px;
}

/*Region Homepage Message*/

.region-homepagemessage{
  border: 1px solid #E9E8ED;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
  background: #FDFDFD;
}

.region-homepagemessage h2{
  margin: 5px 0;
}

.region-homepagemessage p,
.region-homepagemessage .block{
  margin: 0;
}

/*Footer Widget*/

.footerwidget{
  padding: 20px 0;
}

.footerwidget .left{
  float: left;
  margin: 10px 10px 0 0;
}

.copyright{
  background: transparent;
  font-size: 12px;
  color: #fff;
}

.copyright p{
  margin: 13px 0;
}

.footerwidget ul{
  padding-left: 15px;
}

.footerwidget .block,
.bottom-widgets .block{
  background: #FBFBFB;
  padding: 10px;
  border-radius: 5px;
}

.footerwidget .block h2.title,
.bottom-widgets .block h2.title{
  margin: 5px 0 10px 0;
}

/*Bottom Widgets*/

.bottom-widgets{
  padding: 20px 0;
}

.bottom-widgets img {
  max-width: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px #ddd;
}

.bottom-widgets .block{
  background: #FBFBFB;
}

/*Footer Menu*/

.footer-menu{
  margin: 0;
  border: 0;
  background: transparent;
  color: #fff;
}

.footer-menu ul{
  margin: 10px 0;
  padding: 0;
}

.footer-menu nav li{
  display: inline-block;
}

.footer-menu nav li a{
  display: block;
  padding: 4px 20px 4px 0;
}

.google_map p,
.google_map .block{
  margin: 0;
}

.google_map iframe{
  display: block;
}

/*Credit Link*/

.credit-link{
  text-align: left;
}

/*Social Media*/

.social-media{
  margin: 10px 0;
  overflow: hidden;
  float: left;
}

.social-media a {
  /* width: 30px;*/
 /* height: 30px;*/
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
/*  background: #3262b9; */
  line-height: 220%;
}
/*
.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #29C5F6;
}

.social-media a.linkedin{
  background: #069;
}

.social-media a.pinterest{
  background: #C61118;
}

.social-media a.rss{
  background: #FF6D00;
}*/

.social-media a:hover{
  opacity: .6;
}

/*Form*/

input, select, textarea{
  padding: 8px;
  border: 1px solid #C7C7C7;
  color: #000000;
  width: 100%;
}

button{
  padding: 8px;
  border: 1px solid #C7C7C7;
  color: #000000;
}
/**************************************/
/*		lees meer knop op lidworden pagina
/**************************************/
.btn-primary:hover {
    color: #414041;
    background-color: #9cc64e;
    border-color: #9cc64e;
}

.btn-primary:active{
    color: #fff;
    background-color: #9cc64e;
    border-color: #9cc64e;
}

.btn-primary:focus{
    color: #fff;
    background-color: #9cc64e;
    border-color: #9cc64e;
}
/**************************************/
/*
/**************************************/
.contact-message-form label{
  display: block;
}

.btn, 
input[type="submit"]{
  background: #9cc64e;
  color: #fff;
  border: 0;
  padding: 13px;
  line-height: 100%;
  height: 39px;
  border-radius:0;
}

caption{
	padding-top: 8px;
    padding-bottom: 8px;
    color: #ffffff;
    text-align: left;
}

/*
.btn:hover, 
input[type="submit"]:hover{
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
}*/

/*Front Page*/

.path-frontpage .feed-icon{
  display: none;
}

/*Menu*/

.navbar-default .navbar-toggle{
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 20px 20px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 1px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
  background: none;
}

nav h2{
  display: none;
}

.menu-base-theme,
.menu-base-theme a{
  background: none;
  color: #000000;
}

.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  color: #000000;
  background: none;
}

.menu-base-theme li a{
  background: transperant; 
}

.region-primary-menu{
  display: none;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  padding: 0px 0 0 0;
}

.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow{
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #000000;
} 

.navbar-toggle{
  z-index: 999;
}

/*Breadcrumb*/

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #000000;
}

.breadcrumb a{
  color: #000000;
}

.breadcrumb a:hover{
  color: #9cc64e;
}

.breadcrumb ul{
  padding: 0;
  margin: 0;
}
.breadcrumb ul li{
  display: inline-block;
}

.breadcrumb ol{
  padding: 0;
  margin: 0;
}
.breadcrumb ol li{
  display: inline-block;
}
.breadcrumb li:not(:first-child):before {   content: ">"}
/* youtube ON LOCATION PAGE */
    .yt-container {
      position:relative;
      padding-bottom:56.25%;
      padding-top:30px;
      height:0;
      overflow:hidden;
    }
    .yt-container iframe, .yt-container object, .yt-container embed {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
    }

/*
inspired from http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/*
fotoblok, centering
*/
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*Search Form*/

.search-block-form{
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 16px;
  font-family: 'Big John', sans-serif;
}


.region-search{
  background: #E6E5EA;
  padding: 15px;
  
}

#search-block-form{
  display: table;
  width: 100%;
  color: #000000;
}

#search-block-form .form-item,
#search-block-form .form-actions{
  display: table-cell;
  vertical-align: top;
}

#search-block-form input{
  width: 100%;
}


/*Demo Typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact Form*/

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}


.form-item, .form-actions {
    margin-top: 0em;
    margin-bottom: 1em;
}

/*User Login Form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 500px;
 /* margin: 40px auto;*/
 /* padding: 10px 30px;*/
  background: transparent;
}


.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
  color: #000000;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #eee;
  font-style: italic;
}

/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan{
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a{
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan{
  display: none;
}

/*Comment*/

.comment-wrap{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details{
  float: left;
  width: 20%;
}

.comment-wrap .author-comments{
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted{
  padding: 0px 0px 10px 0px;
  border:  none;
  font-size: 12px;
  display: inline-block;
  line-height: 100%;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links Inline*/

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
  margin-top: 15px
}

/*Carousel*/
.shuffle-inner .shuffle-caption{
	position: absolute;
	bottom: 5px;
	width: 100%;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.5);
}


.carousel-caption p,
.carousel-caption h3{
  display: none;
}

.carousel-caption h3{
  margin-top: 0;
}

.carousel-indicators li{
  border: 1px solid #348BC2;
}

.carousel-indicators .active{
  background-color: #348BC2;
}

/*BOOTSTRAP TABS IN PAGESS */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: white;
    cursor: default;
    background-color: #9cc64e;
    border: 0px;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
}
.nav>li>a {
	position: relative;
    display: block;
    padding: 10px 15px;
	border: 1px solid #e2b14a;
}

.nav>li>a:focus, 
.nav>li>a:hover,
.nav>li>a:active
{
	text-decoration: none;
    background-color: #414041;
}


.right-tabs .nav {
	float: left;
    border-bottom: 0px;
	padding-bottom: 15px;
}
.right-tabs .nav li { float: left }
.right-tabs .tab-content {
    float: left;
    margin-top: -1px;
	
}
/*BOOTSTRAP TABS IN PAGESS */




.col-md-2,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-12
{												
	padding-left: 5px;					/* de afstand tussen de onderlinge columnen */
	padding-right: 5px;
}

.sidebar-right-front .region .block:nth-child(1),
.sidebar-right .region .block:nth-child(1),
.content_layout_front .region .block:nth-child(2),
.sidebar-left .region .block:nth-child(1)
{
	margin-top: 10px;					/*afstand top tot banner */
	padding: 15px 15px 41px 15px;		/*marge rond content (hebbben knop dus grotere bottom padding) */
}


.content_layout_front .region .block:nth-child(1),
.sidebar-right .region .block:nth-child(2),
.sidebar-right-front .region .block:nth-child(2){
	margin-top: 10px;					/*afstand top tot banner */
	padding: 15px 15px 15px 15px;		/*marge rond content */
}

.content_layout_front .block:nth-child(2) .more-link,
.sidebar-right-front .block:nth-child(1) .more-link,
.sidebar-left .block:nth-child(1) .more-link{
	float: right;
	display: inline-block;
	background-color: #a0762c;
	padding: 10px 10px 10px 10px;
	margin-right: -15px;
	font-family: 'Big John', sans-serif;
}

.sidebar-right .block:nth-child(1) .more-link{
	float: right;
	display: inline-block;
	background-color: #9cc64e;
	padding: 10px 10px 10px 10px;
	margin-right: -15px;
	font-family: 'Big John', sans-serif;
}

.sidebar-right .block:nth-child(2) .more-link{
	float: right;
	display: inline-block;
	background-color: #9cc64e;
	padding: 10px 10px 10px 10px;
	margin: -40px 0px 0px 0px;
	font-family: 'Big John', sans-serif;
	position: relative;
	z-index: 2; /* 10000*/
}

.content_layout_front .block:nth-child(1) .more-link{
	float: right;
	display: inline-block;
	background-color: #9cc64e;
	padding: 10px 10px 10px 10px;
	margin: -41px 0px 0px 0px;
	font-family: 'Big John', sans-serif;
	position: relative;
	z-index: 2; /* 10000*/
}

.sidebar-left .block:nth-child(1) .more-link:hover,
.content_layout_front .block:nth-child(2) .more-link:hover{			/* alle lees meer knoppen hover kleur */
	color: #9cc64e;
}

.sidebar-right .block:nth-child(2) .more-link:hover,
.content_layout_front .block:nth-child(1) .more-link:hover,
.sidebar-right .block:nth-child(1) .more-link:hover{
	color: #414041;
}

.sidebar-left .region h2.title,
.content_layout .region h2.title,
.content_layout_front .region h2.title,
.sidebar-right .region h2.title,
.sidebar-right-front .region h2.title{
  padding: 0px 0px 0px 0px;
  margin: 0 0 10px 0;  											/* alleen marge in bottom */
  font-family: 'Big John', sans-serif;
  text-align: left;
}

.content_layout_front .region .block:nth-child(2){				/* center foto in block */
	background-color: #414041; 
}

.sidebar-left .block:nth-child(1){
	background-color: #414041; 
}

.content_layout_front  .block:nth-child(1)
{
	background-color: #9cc64e; 
	text-align: center;
}

.content_layout_front  .block:nth-child(2)
{
	background-color: #414041;  
}

.sidebar-right .region .block:nth-child(1){										/* push right sidebar on normal page to top */	
	background-color: #414041;
	margin-top: 0px;
}

.sidebar-right .block:nth-child(2){
  background-color: #9cc64e;
  text-align: center;
}

.sidebar-right-front .block:nth-child(1){
  background-color: #414041; 
}

.sidebar-right-front .block:nth-child(2){
  background-color: #9cc64e; 
}


.sidebar-left .region .content .field-content a{ /*koppen van nieuwsberichten */
color: #e2b14a;
}

/**************************************************************************************************************/
/*											SUBPAGE
/*
/**************************************************************************************************************/

/* ACCORDION CONTAINER */
.ckeditor-accordion-container > dl dt > a:not(.button),													   
.ckeditor-accordion-container > dl dt > a {
    display: block;
    padding: 10px 15px 10px 50px;
    background-color: #414041;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    border-bottom: 1px solid #9cc64e;
}
.ckeditor-accordion-container > dl dt > a:not(.button):focus,
.ckeditor-accordion-container > dl dt > a:not(.button):hover,															 															 
.ckeditor-accordion-container > dl dt > a:hover {
    background-color: #9cc64e;
}

.ckeditor-accordion-container > dl {
    position: relative;
    border: 1px solid #9cc64e;
}

.ckeditor-accordion-container > dl dt.active > a {
    background-color: #9cc64e;
}

.ckeditor-accordion-container > dl dd {
    display: none;
    padding: 0 15px;
    margin: 0;
    will-change: height;
    border-bottom: 1px solid #9cc64e;
}

/* ACCORDION CONTAINER */



.content_layout .region .content{
	background-color: #414041;
	padding: 5px 15px 5px 15px;		/*marge rond content */
	word-wrap: break-word;
}

.content_layout .region h1.title{
  padding: 0px 0px 0px 0px;
  margin: 0 0 10px 0;
  font-family: 'Big John', sans-serif;
  text-align: left;
}

.content_layout .region .content .views-element-container .views-row .contextual-region h2 a{
color: #e2b14a;
}

.content_layout .region .content .views-element-container .views-row .contextual-region h2 a:hover{
color: #ffffff;
}

.content_layout .region .content .views-element-container .views-row  .node__content .node-readmore a{
	float: left;
	display: inline-block;
	background-color: transparent;
	padding: 5px 5px 5px 5px;
	border: 1px solid #e2b14a;
}
.pager li > a, .pager li > span
{
	display: inline-block;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e2b14a;
	border-radius: 0px;
}

.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

table.cols-0{
	width: 100%;
}

table.cols-4{
	width: 100%;
}

table.cols-3{
	width: 100%;
}

table.cols-3 td{
	padding: 0px 12px 3px 0px;
}

table.cols-0 td{
	padding: 0px 12px 3px 0px;
	text-align: left;
}



/* content_layout container */

.field-content{
	float: center;
}
/* **************************************************************************************/
/*				DESKTOP/TABLET VIEW		
/*
/****************************************************************************************/
@media (min-width: 992px) /*was 767px*/ {




}


/* **************************************************************************************/
/*				Mobile VIEW		
/*
/****************************************************************************************/
@media (max-width: 992px) /* for mobile devices */
{
/* nieuw toegevoegd voor het verleggen van het breakpoint*/

.sidebar-left .region .block:nth-child(1)
{
	margin-top: 10px;					/*afstand top tot banner */
}

.sidebar-right .region .block:nth-child(1)
{
	margin-top: 10px;					/*afstand top tot banner */
}

.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}


/* nieuw toegevoegd voor het verleggen van het breakpoint*/


.main-header nav{					/* remove space in mobile view */
  margin-bottom: 0px;
}	

.fa {
	display: inline-block;

}

.fa-facebook-f::before, .fa-facebook::before {
	content: url(facebook.png);
}

.fa-google-plus::before {
	content: url(calendar.png);
}

.fa-linkedin::before {
	content: url(youtube.png);
}

.fa-twitter::before {
	content: url(twitter.png);
}

.fa-feed::before, .fa-rss::before {
	content: url(rss.png);
}


/*Profile Page*/

.path-user .profile >div{
  display: inline-block;
}

.path-user .profile .label{
  display: block;
  color: #ffffff;
}

/*beschikbaarheids Page*/
.fc .fc-daygrid-day.fc-day-today {
    background-color: #9cc64e;
}

.fc .fc-toolbar-title {
    font-size: 1.25em;
    margin: 0px;
}

.fc .fc-daygrid-week-number {
    background-color: #a0762c;
    color: #fff;
    min-width: 1.5em;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 5;
}

.fc .fc-button-primary {
    background-color: #9cc64e;
    border-color: #fff;
    color: var(--fc-button-text-color);
}

.fc .fc-button-primary:hover {
    background-color: #9cc64e;
    border-color: #fff;
    color: #a0762c;
}

.fc .fc-button-primary:disabled {
    background-color: #9cc64e;
    border-color: #9cc64e;
    color: var(--fc-button-text-color);
}
