/* Template */
body {
  background-color: #ffffff;
  color: #000000;
}
.container {
  background-color: #f9f9f9;
}


/* Menu */
.mh_bg_topmenu{
    background-color: rgba(196, 195, 151, 0.6);}

.mh_bg_menu{
    background-color: rgba(42, 129, 139, 1);}

ul li ul {
	background-color: #2a818b;
}

/** Slider **/
.slider_block {
	background-color: rgba(14, 130, 143, 0.5);}

/** FOOTER **/
.stedelijkorkest_footer {
  background-color: #999999;
}
.bg_footer {
  background-color: #999999;
    	background-image: url("/images/template/footer.jpg");
  	background-position: right center;
  }
.moduletable_contactons p, .moduletable_contactons a, .mod-articles-category-title {
  color: #dddddd;
}


/**** MADE BY CLEMENS, CHECK THIS ****/
/*.mh_bg_topmenu .middle-color {
	background-color: #2150a8 !important;
}
.mh_bg_menu .middle-color {
	background-color: #9d0b4e !important;
}/*


/* Colors */
.bg-red {
  background-color: #e84e0f;
}
.text-red {
  color: #e84e0f;
}

.bg-orange {
  background-color: #f39200;
}
.text-orange {
  color: #f39200;
}

.bg-lightblue {
  background-color: #36a9e1;
}
.text-lightblue {
  color: #36a9e1;
}

.bg-blue {
  background-color: #004e90;
}
.text-blue {
  color: #004e90;
}

.bg-darkblue {
  background-color: #041e49;
}
.text-darkblue {
  color: #041e49;
}

.bg-gray {
  background-color: #878787;
}
.text-gray {
  color: #878787;
}

.bg-lightgray {
  background-color: #e1e1e1;
}
.text-lightgray {
  color: #e1e1e1;
}

/* Content */
.link_button {
  color: #fff;
}

.link_button:hover {
  color: #fff;
  background-color: #36a9e1;
}

/* Read more links */
.mod-articles-category-readmore, .mod-articles-category-readmore .mod-articles-category-title {
  color: #97bac0;
}

/* Menu titles */
.moduletable_menu #MainMenu > li a {
  color: #c5c496;
}
/* Not home menu balk */

.moduletable_topmenu {
  	background-color: rgba(143, 176, 207, 0.7);
}

/* Article headers */
.blog .item .page-header h2 a, 
.item-page .page-header h2, 
.item-page .page-header h1, 
.item-page .page-header h2,
.moduletable_mh_contentmap h1, 
.moduletable_projecten_intro h1, 
.moduletable_zeven_fasen h1, 
h1, 
h2,
.readmore a {
  color: #52959e;
}

/* Home article Headers */
.title_category_article {
  color: #52959e;
}
.mod-articles-category-title:hover {
	color: #2a6d76 !important;
	text-decoration-color: #2a6d76 !important;
}

/* Text slider */
.text_slider {
  color: #ffffff !important;
}



.btn-default {
	color: #fff;
	background-color: #004e90;
	border-color: #004e90;
}
.btn-default:hover {
	color: #fff;
	background-color: #1e6cae;
	border-color: #1e6cae;
}


/* Footer socials */
.facebook {
	background-image: url("/images/template/facebook.png");
}
.twitter {
	background-image: url("/images/template/twitter.png");
}
.linkedin {
	background-image: url("/images/template/linkedin.png");
}