/*
--LCKV Theme Settings--
Logo-url:         images/logos/rood.png
Voorbeeld-kleur:  #f53c05
*/
.meer-1 {
  background: #f53c05; /* Old browsers */
  background: -moz-linear-gradient(-45deg, transparent 50%, #f53c05 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #f53c05)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, transparent 50%, #f53c05 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, transparent 50%, #f53c05 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, transparent 50%, #f53c05 50%); /* IE10+ */
  background: linear-gradient(135deg, transparent 50%, #f53c05 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="transparent", endColorstr="$parent",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body a:link, body a:visited, body a:active {
  color: #f53c05;
}

main #home_nieuws .home_samenvatting .home_samenvatting_wrapper h1 {
  color: #f53c05;
}
main #vervolg_content h1 {
  color: #f53c05;
}
main #pagina_navigatie ul li a:hover, main #pagina_navigatie ul li a.actief {
  color: #f53c05;
}
main .special-header {
  background: #f53c05;
}
main .special-header a {
  color: #ffffff;
}

.lckv_agenda_item .lckv_agenda_tekst h1,
.lckv_agenda_item .lckv_agenda_tekst h1 a {
  color: #f53c05;
}

.lckv_media_item .lckv_media_icon {
  background: #f53c05;
}

@media only screen and (min-width: 768px) {
  header #first_header #hoofd_menu ul li a:hover, header #first_header #hoofd_menu ul li a.actief {
    color: #f53c05;
  }
  header #first_header #hoofd_menu ul li .children {
    background: #f53c05;
  }
}
@media only screen and (max-width: 767px) {
  header #first_header #mobiel_menu {
    border-color: #f53c05;
  }
  header #first_header #mobiel_menu:before {
    border-color: #f53c05;
  }
  header #first_header #hoofd_menu ul li a:hover, header #first_header #hoofd_menu ul li a.actief {
    background: #f53c05;
  }
}

/*# sourceMappingURL=parent-oranje.css.map */
