.color1 {
  background: #6d0e0e;
  color: white;
}

.color2 {
  background: #95c23d;
  color: white;
}

.button-color {
  background: #6d0e0e;
  color: white;
}

.footer-color {
  background: #9a1414;
  color: white;
}

.current-hover {
  background: rgb(176.7926829268, 22.7073170732, 22.7073170732);
  border-bottom: 3px solid #95c23d;
}

.tooltip-hover {
  background: rgb(176.7926829268, 22.7073170732, 22.7073170732);
  color: white;
}

.bg-login {
  background: url("/assets/herenboeren/bg-login-24294b61.jpg?202512170347") no-repeat center center fixed;
  background-size: cover;
}

.bg-full-row {
  background-color: #6d0e0e;
}

.top-bar-menu {
  background: #6d0e0e;
}

.top-bar-menu-small {
  color: white;
}
.top-bar-menu-small a {
  color: white;
}

.top-bar {
  color: white;
  background: #6d0e0e;
}
.top-bar a {
  color: white;
}
.top-bar a:focus, .top-bar a:active {
  color: white;
}
.top-bar ul.menu {
  background: #6d0e0e;
}
@media (min-width: 1024px) {
  .top-bar ul.menu li {
    border-bottom: 3px solid #6d0e0e;
  }
  .top-bar ul.menu li.current {
    border-bottom: 3px solid #95c23d;
    background: rgb(176.7926829268, 22.7073170732, 22.7073170732);
  }
  .top-bar ul.menu li.current a:hover {
    color: white;
  }
  .top-bar ul.menu li:hover {
    border-bottom: 3px solid rgb(180.8, 212.3, 119.2);
  }
}
.top-bar ul.menu li a.admin-menu {
  background: #95c23d;
  color: white;
}

.notice-color {
  color: #95c23d;
}

.success-color {
  color: #95c23d;
}

.warning-color {
  color: #fb033d;
}

.alert-color {
  color: #cf2a0e;
}

.callout.notice {
  background-color: rgb(244.4, 248.9, 235.6);
}

.callout.success {
  background-color: rgb(244.4, 248.9, 235.6);
}

.callout.warning {
  background-color: rgb(254.687007874, 228.812992126, 234.8641732283);
}

.callout.alert {
  background-color: rgb(251.2307692308, 206.8076923077, 199.2692307692);
}

h2 {
  color: #6d0e0e;
}

h3 {
  color: #95c23d;
}
h3.header {
  display: block;
}

.callout h2, .panel h3 {
  color: #95c23d;
}

.selected_groups {
  color: #6d0e0e;
}

.row-caption a:not(.button) {
  color: white;
}
.row-caption {
  color: white;
  background: #95c23d;
}

.row-th {
  background: rgb(202, 224.5, 158);
  color: black;
}

.asc:after, .desc:after {
  color: #6d0e0e;
  font-size: larger;
}

@media screen and (max-width: 1024px) {
  .tabs {
    border-bottom: 5px solid #6d0e0e;
  }
}
.tabs-title.is-active a {
  box-shadow: 0 -2px 0 0 #95c23d inset;
}

.tabs-title:hover a {
  box-shadow: 0 -2px 0 0 #95c23d inset;
}

.pagination .active {
  color: white;
  background: #6d0e0e;
}
.pagination .active:hover {
  background: rgb(176.7926829268, 22.7073170732, 22.7073170732);
}

nav.pagy a.current {
  color: white;
  background: #6d0e0e;
}
nav.pagy a.current:hover {
  background: rgb(176.7926829268, 22.7073170732, 22.7073170732);
}

.progress.success .progress-meter {
  background-color: #95c23d;
}

.progress.warning .progress-meter {
  background-color: #fb033d;
}

.progress.alert .progress-meter {
  background-color: #cf2a0e;
}

#add-backbtn span.backbtn {
  color: #6d0e0e;
}

.icon-color {
  color: #6d0e0e;
}

.icon-text-color {
  color: #95c23d;
}

.tooltip:after {
  background: rgb(176.7926829268, 22.7073170732, 22.7073170732);
  color: white;
}

u[data-tooltip] {
  border-bottom: dotted 2px #cf2a0e;
}

.button, .button.disabled, .button[disabled] {
  color: white;
  background-color: #6d0e0e;
}
.button:hover, .button:focus, .button:active, .button.disabled:hover, .button.disabled:focus, .button.disabled:active, .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active {
  color: white;
  background-color: rgb(41.2073170732, 5.2926829268, 5.2926829268);
}
.button.notice, .button.disabled.notice, .button[disabled].notice {
  color: white;
}
.button.notice:hover, .button.notice:focus, .button.notice:active, .button.disabled.notice:hover, .button.disabled.notice:focus, .button.disabled.notice:active, .button[disabled].notice:hover, .button[disabled].notice:focus, .button[disabled].notice:active {
  background-color: rgb(119.2, 155.2, 48.8);
}
.button.notice, .button.disabled.notice, .button[disabled].notice {
  background-color: #95c23d;
}
.button.success, .button.disabled.success, .button[disabled].success {
  color: white;
}
.button.success:hover, .button.success:focus, .button.success:active, .button.disabled.success:hover, .button.disabled.success:focus, .button.disabled.success:active, .button[disabled].success:hover, .button[disabled].success:focus, .button[disabled].success:active {
  background-color: rgb(119.2, 155.2, 48.8);
}
.button.success, .button.disabled.success, .button[disabled].success {
  background-color: #95c23d;
}
.button.warning, .button.disabled.warning, .button[disabled].warning {
  color: white;
}
.button.warning:hover, .button.warning:focus, .button.warning:active, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.disabled.warning:active, .button[disabled].warning:hover, .button[disabled].warning:focus, .button[disabled].warning:active {
  background-color: rgb(200.6023622047, 2.3976377953, 48.7519685039);
}
.button.warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #fb033d;
}
.button.alert, .button.disabled.alert, .button[disabled].alert {
  color: white;
}
.button.alert:hover, .button.alert:focus, .button.alert:active, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.disabled.alert:active, .button[disabled].alert:hover, .button[disabled].alert:focus, .button[disabled].alert:active {
  background-color: rgb(159.2307692308, 32.3076923077, 10.7692307692);
}
.button.alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #cf2a0e;
}
.button.ripple, .button.disabled.ripple, .button[disabled].ripple {
  background-position: center;
  transition: background 0.8s;
}
.button.ripple:hover, .button.disabled.ripple:hover, .button[disabled].ripple:hover {
  background: #6d0e0e radial-gradient(circle, transparent 1%, #6d0e0e 1%) center/15000%;
}
.button.ripple:active, .button.disabled.ripple:active, .button[disabled].ripple:active {
  background-color: rgb(199.3902439024, 25.6097560976, 25.6097560976);
  background-size: 100%;
  transition: background 0s;
}

.button.disabled, .button[disabled] {
  background-color: rgb(78.25, 44.75, 44.75);
}

.label {
  color: white;
}
.label:hover {
  color: white;
}
.label {
  background-color: #6d0e0e;
}
.label.success {
  color: white;
}
.label.success:hover {
  color: white;
}
.label.success {
  background-color: #95c23d;
}
.label.warning {
  color: white;
}
.label.warning:hover {
  color: white;
}
.label.warning {
  background-color: #fb033d;
}
.label.alert {
  color: white;
}
.label.alert:hover {
  color: white;
}
.label.alert {
  background-color: #cf2a0e;
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
  color: #95c23d;
}

.footer {
  padding-top: 2em;
  color: white;
  background-color: #9a1414;
}
.footer h3 {
  color: white;
  border-bottom: 1px solid rgb(221.7068965517, 28.7931034483, 28.7931034483);
}
.footer a {
  color: white;
}
.footer a:hover {
  color: hsl(0, 0%, 110%);
}
.footer ul.footer-links {
  color: white;
  font-size: 0.9rem;
  margin-left: 0px;
}
.footer ul.footer-links li {
  display: block;
}
.footer .footer-social {
  font-size: 3em;
  margin: 0.2em;
}

.post-footer {
  margin-top: 2em;
  padding: 1em 0 1em 0;
  background-color: rgb(63.724137931, 8.275862069, 8.275862069);
  color: white;
  font-size: 0.8rem;
}
.post-footer a {
  color: white;
}
.post-footer a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=/assets/sites/herenboeren/style-0431b64b.css.map */
