table {
  width: 100%;
  margin-top: 20px;
}
th {
  white-space: nowrap;
  color: black;
  font-weight: 400;
  padding: 5px;
}
p,
td,
tr,
div,
.dropdown-menu,
.cke_editable {
  font-family: 'Avenir W01', 'Arial';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-shadow: none;
  font-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: 'Avenir W01', 'Arial';
  font-weight: 100;
  font-style: normal;
  text-shadow: none;
  font-decoration: none;
  color: #EE332C;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
h7.green {
  color: #009d3a;
}
h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red,
h7.red {
  color: #EE332C;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue,
h7.blue {
  color: #009ee3;
}
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange,
h7.orange {
  color: #f39100;
}
h1 {
  font-size: 32px;
}
h1.huge {
  color: #333;
  font-size: 48px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 25px;
  }
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
span.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
  width: 0;
}
.btn[value=Annuleren] {
  color: white;
  background-color: #EE332C;
  border-color: #d61811;
}
.btn[value=Annuleren]:hover {
  background-color: #d61811;
}
.btn {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.btn.green {
  background-color: #009d3a;
  color: white;
}
.btn.green:hover {
  background-color: #00b743;
}
.btn.red {
  background-color: #EE332C;
  color: white;
}
.btn.red:hover {
  background-color: #f04a44;
}
.btn.blue {
  background-color: #009ee3;
  color: white;
}
.btn.blue:hover {
  background-color: #00b0fc;
}
.btn.orange {
  background-color: #f39100;
  color: white;
}
.btn.orange:hover {
  background-color: #ff9e0e;
}
.modal-content .btn,
.cke_panel_list .btn,
.modal-content h1,
.cke_panel_list h1,
.modal-content h2,
.cke_panel_list h2,
.modal-content h3,
.cke_panel_list h3,
.modal-content h4,
.cke_panel_list h4,
.modal-content h5,
.cke_panel_list h5,
.modal-content h6,
.cke_panel_list h6 {
  color: #333;
}
.container.relative {
  position: relative;
}
.table-form tr td {
  padding: 5px 0px;
}
.inovia_form .horizontal-form div.input {
  float: left;
  clear: none;
  margin: 0px 2px;
  padding: 0px;
}
.cke_editable a,
.page-body a,
body a {
  color: #EE332C;
  text-decoration: none;
}
.cke_editable a:hover,
.page-body a:hover,
body a:hover {
  color: #d61811;
}
.img-responsive {
  width: 100%;
}
div.input.upload {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.date {
  color: silver;
  font-size: 14px;
}
.info_message {
  margin-top: 15px;
}
/*fix vimeo*/
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paginator {
  text-align: center;
}
.paginator a {
  display: inline-block;
  padding: 5px;
  margin: 0px 10px;
}
.paginator a:hover {
  background-color: #f37020;
  color: white;
}
img#captcha {
  height: 45px;
  width: 175px;
}
.table-form tr td:first-child {
  width: 25pc;
}
textarea[name=body] {
  height: 500px;
}
textarea[name=lead] {
  height: 180px;
}
textarea[name=description] {
  height: 220px;
}
textarea[name=text] {
  height: 320px;
}
