/* KLEUREN 


GRIJS	#565e62
BLAUW	#4bc2f1

hover	#2bb3e6




====================================*/

#sppb-addon-1562667288687 .sppb-nav-pills > li.active > a, #sppb-addon-1562667288687 .sppb-nav-pills > li.active > a:hover, #sppb-addon-1562667288687 .sppb-nav-pills > li.active > a:focus {
    color: #4bc2f1!important;
}

a:hover, a:focus, a:active {
    color: #FF8500;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #FF8500;
	background-color: #FF8500;
}

/* **************************** AGENDA */
.ic-image img {
    max-width: 100%;
    max-height: 100%;
}

.ic-event-id-10 .ic-box-date {	background-image: url(/images/agenda/pixabay-theater-stage-430552-1920-algemeen.jpg)!important; }
.ic-event-id-11 .ic-box-date {	background-image: url(/images/sneeuwbeesten.jpg)!important; }




/* **************************** MP3S 2023 */
/*div.sppb-addon.sppb-addon-audio h6.sppb-addon-title {
	color: #005D81;
	font-weight: bold;
}*/

/* **************************** MP3S 2024 */
h3.mwall-title a, h3.mwall-title span {
	background-color: #00aeef;
	padding: 10px 20px;
}
h3.mwall-title a:hover, h3.mwall-title span:hover {
	background-color: #FF8500;
}


/* **************************** TABEL JAARPLANNING */
table { margin-bottom: 50px; }

#jaarplanning {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#jaarplanning td, #jaarplanning th {
  border: 1px solid #ddd;
  padding: 8px;
}

#jaarplanning tr:nth-child(even){background-color: #f2f2f2;}

#jaarplanning tr:hover {background-color: #ddd;}

#jaarplanning th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #00aeef;
  color: white;
}

th.weeknummer { }
th.oefenen { }
th.datum { width: 75px; }
th.info { }

/* **************************** DOCUMENTEN */
.sppb-article-info-wrap {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 10px;
}


/* ---------------------------------------- MOBIEL MENU ------ */ 

@media only screen and (max-width: 800px) {
        .logo-image {
          height: 42px!important;
        }           
}