@import url("https://fonts.verwaltungsportal.de/import/?family=Lato:400,400i,700,700i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Lora:700,700i");

html {
  max-width: 1930px;
  margin-left: auto;
  margin-right: auto;
  background: #e5f2e5;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  scrollbar-color: #016701 #ffffff;
  scrollbar-width: thin;
}

body {
  font-family: "Lato", sans-serif;
  color: #444444;
  background: #ffffff;
  font-size: clamp(1rem, 1vw, 1.125rem);
  /* 1rem = 16px */
  line-height: 1.5;
}

a {
  color: #016701;
  text-decoration: underline;
}

a:is(:hover, :focus) {
  color: #016701;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

a:focus-visible,
button:focus-visible,
form:focus-visible,
input:focus-visible {
  outline: 3px solid #ffff00 !important;
}

/* ------------------------------------------- logo --------------------------------------------- */

#logo {
  display: inline-block;
  background: #ffffff;
  padding: 15px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#logo img {
  display: block;
}

@media (max-width: 991px) {
  #logo {
    margin-left: -15px;
  }

  #logo img {
    max-width: calc(100vw - 120px);
    width: 100%;
  }
}

/* #region ---------------------------------- navigation ---------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
  #burgerButton {
    font-size: 0;
    border: none !important;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 2px;
    padding: 6px 8px;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  }

  #burgerButton::before,
  #burgerButton::after,
  #burgerButtonInner {
    background-color: #008000;
    border-radius: 2px;
    position: absolute;
    width: 30px;
    height: 3px;
    left: 10px;
    transition:
      transform 200ms linear,
      opacity 200ms linear;
  }

  #burgerButton[aria-expanded="true"] #burgerButtonInner {
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  #burgerButton[aria-expanded="true"]::before {
    opacity: 0;
  }

  #burgerButton[aria-expanded="true"]:after {
    transform: rotate(45deg) translate(-4px, -6px);
  }

  #burgerButtonInner {
    top: 16px;
  }

  #burgerButton::before {
    top: 24px;
    content: "";
  }

  #burgerButton::after {
    top: 32px;
    content: "";
  }

  .navbar-nav {
    margin: 20px 5px;
  }

  .navbar-collapse {
    width: calc(100% - 90px);
    max-width: 300px;
    top: 0;
    background: #008000;
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 100;
    height: auto !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow-y: auto;
    transition:
      left 300ms linear,
      opacity 300ms linear,
      box-shadow 600ms linear;
    box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
  }

  .navbar-collapse:is([aria-expanded="true"], .in) {
    left: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
  }

  .navbar-header {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 101;
  }

  .dropdown-toggle-button-wrapper {
    top: 6px;
  }

  .dropdown-toggle-button-wrapper2 {
    top: 3px;
  }

  .dropdown-toggle-button::before {
    color: #010101 !important;
  }
}

/* menu desktop */

@media (min-width: 992px) {
  header nav.navbar {
    min-height: 390px;
    margin-top: 30px;
  }

  nav.navbar .navbar-nav > li {
    position: relative;
  }

  nav.navbar .navbar-nav li[class*="toplevel"] > ul {
    pointer-events: none;
    position: absolute;
    left: 100%;
    top: 0 !important;
    z-index: 1000;
    display: block !important;
    opacity: 0;
    transition: opacity 300ms linear;
    width: 240px;
  }

  nav.navbar .navbar-nav > li[class*="_over"]:focus-within > ul,
  nav.navbar .navbar-nav > li:is(.open, :hover) > ul,
  nav.navbar .navbar-nav > li.open:focus-within > ul {
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible;
    top: 100%;
  }

  nav.navbar .navbar-nav > li.open > ul {
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden;
  }

  nav.navbar .navbar-nav > li:is(:hover, :focus) > ul {
    z-index: 1003;
  }

  nav.navbar [class*="secondlevel"] > ul {
    display: block !important;
  }
}

/* toplevel */

nav.navbar a[class*="toplevel"] {
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  padding: 10px 35px 10px 15px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

nav.navbar li[class*="toplevel"] + li {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}

main nav.navbar li[class*="toplevel"] + li {
  border-color: #c9e2db;
}

nav.navbar a[class*="toplevel"]::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 8px;
  height: 16px;
  background: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms linear;
  clip-path: polygon(0 0, 0% 100%, 80% 50%);
}

@media (min-width: 992px) {
  nav.navbar a[class*="toplevel"] {
    padding: 10px 20px;
  }

  nav.navbar a[class*="toplevel"].dropdown-toggle {
    padding-right: 30px;
  }

  nav.navbar a[class*="toplevel"].dropdown-toggle::before {
    content: "+";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }

  main nav.navbar a[class*="toplevel"] {
    color: #444444;
  }

  main nav.navbar a[class*="toplevel"]::after {
    background: #008000;
  }
}

/* toplevel-over */

nav.navbar li[class*="toplevel"]:is(:hover, :focus-within) > a,
nav.navbar li[class*="toplevel"] > a:is(:hover, :focus),
nav.navbar li[class*="toplevel"].open > a,
nav.navbar li[class*="toplevel"].open > a:is(:hover, :focus),
nav.navbar li[class*="toplevel"][class*="_over"] > a,
nav.navbar li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus) {
  color: #ffffff;
}

@media (min-width: 992px) {
  main nav.navbar li[class*="toplevel"]:is(:hover, :focus-within) > a,
  main nav.navbar li[class*="toplevel"] > a:is(:hover, :focus),
  main nav.navbar li[class*="toplevel"].open > a,
  main nav.navbar li[class*="toplevel"].open > a:is(:hover, :focus),
  main nav.navbar li[class*="toplevel"][class*="_over"] > a,
  main nav.navbar li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus) {
    color: #008000;
  }
}

nav.navbar li[class*="toplevel"]:is(:hover, :focus-within) > a::after,
nav.navbar li[class*="toplevel"] > a:is(:hover, :focus)::after,
nav.navbar li[class*="toplevel"].open > a::after,
nav.navbar li[class*="toplevel"].open > a:is(:hover, :focus)::after,
nav.navbar li[class*="toplevel"][class*="_over"] > a::after,
nav.navbar li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus)::after {
  opacity: 1;
}

/* secondlevel + thirdlevel dropdown-box */

nav.navbar [class*="toplevel"] > ul {
  padding: 10px;
  background: #ffffff;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}

@media (min-width: 992px) {
  nav.navbar [class*="toplevel"] > ul {
    padding: 20px 25px;
    margin-left: 30px;
    margin-top: 2px;
  }

  nav.navbar li[class*="secondlevel"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 25px;
    bottom: 30px;
    width: 1px;
    background: #dbe2e1;
  }

  nav.navbar [class*="toplevel"] > ul::before,
  nav.navbar [class*="toplevel"] > ul::after {
    content: "";
    position: absolute;
    display: block;
  }

  nav.navbar [class*="toplevel"] > ul::before {
    width: 40px;
    top: 0;
    bottom: 0;
    left: -40px;
  }

  nav.navbar [class*="toplevel"] > ul::after {
    width: 21px;
    height: 30px;
    top: 4px;
    left: -21px;
    background: #ffffff;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
}

nav.navbar [class*="secondlevel"] > ul {
  padding: 4px 0;
}

/* secondlevel + thirdlevel */

nav.navbar a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  color: #444444;
  font-weight: normal;
  text-align: left;
  position: relative;
  line-height: 1.2;
  text-decoration: none;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

nav.navbar a[class*="secondlevel"] {
  padding: 8px 35px 8px 35px;
  border-radius: 3px;
}

@media (min-width: 992px) {
  nav.navbar a[class*="secondlevel"] {
    padding: 8px 10px 8px 35px;
  }
}

nav.navbar a[class*="secondlevel"]::before,
nav.navbar a[class*="secondlevel"]::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
}

nav.navbar a[class*="secondlevel"]::before {
  top: calc(50% - 8px);
  left: 0;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #008000;
}

nav.navbar a[class*="secondlevel"]::after {
  top: calc(50% - 6px);
  left: 1px;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #ffffff;
  transition: opacity 300ms linear;
}

nav.navbar a[class*="thirdlevel"] {
  padding: 6px 15px 6px 50px;
}

/* secondlevel + thirdlevel over */

nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within) > a,
nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"]) > a:is(:hover, :focus),
nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"]).open > a,
nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"]).open > a:is(:hover, :focus),
nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"] > a,
nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"] > a:is(:hover, :focus) {
  color: #008000;
}

nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within) > a::after,
nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"]) > a:is(:hover, :focus)::after,
nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"]).open > a::after,
nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"]).open > a:is(:hover, :focus)::after,
nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"] > a::after,
nav.navbar li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"] > a:is(:hover, :focus)::after {
  opacity: 0;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */

/* #region ------------------------------------ banner ------------------------------------------ */

#slider {
  height: 200px;
  overflow: hidden;
  position: relative;
}

#slider > *:first-child,
#slider > *:first-child * {
  height: 100% !important;
}

@media (min-width: 500px) {
  #slider {
    height: 250px;
  }
}

@media (min-width: 992px) {
  #slider {
    height: 100%;
  }

  #headerpic .slider-wrapper {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 35%;
    z-index: 62;
  }

  #headerpic .nivo-directionNav a {
    z-index: 61;
  }

  .theme-default .nivo-controlNav a {
    color: #fff;
  }

  #headerpic .theme-default a.nivo-nextNav {
    margin-top: 50px;
    right: 50px;
  }

  #headerpic .theme-default a.nivo-prevNav {
    margin-top: 50px;
    left: 85px;
  }

  #headerpic .theme-default .nivo-controlNav {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 0;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 260px;
    right: 0;
  }

  #headerpic::before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    height: 82px;
    width: 41%;
    background: #ffffff;
    clip-path: polygon(0 1%, 100% 0%, 96% 100%, 0% 100%);
    z-index: 63;
    box-shadow: #008000 inset 0px 8px 0px 0px;
    border-top: 8px solid #ffffff;
  }
}

#headerpic {
  padding: 0;
  position: relative;
  width: 100%;
  background: #008000;
  height: 100%;
  min-height: 300px;
  color: #ffffff;
}

#headerpic > .row > * {
  z-index: 64;
}

.slider-mask {
  display: none;
}

@media (min-width: 992px) {
  #headerpic {
    background:
      url("../img/grafik-tannen.png") bottom left no-repeat,
      #008000;
  }

  .slider-mask {
    display: block;
    background: #008000;
    clip-path: polygon(31% 0%, 15% 50%, 85% 100%, 0 100%, 0% 50%, 0 0);
    max-width: 170px;
  }
}

/* #endregion --------------------------------- banner ------------------------------------------ */

/* #region ----------------------------------- optionsbar --------------------------------------- */

#optionsbar hr {
  margin: 14px 0 14px 0;
  border-color: #ffffff;
  opacity: 0.5;
  min-width: 100%;
}

@media (min-width: 992px) {
  #optionsbar hr {
    margin-right: -30px;
    width: calc(100% + 30px);
  }

  #optionsbar {
    padding: 6px 0 30px 0;
  }

  body:not(.index) #optionsbar {
    margin-top: 150px;
  }
}

#optionsbar .styleWord span {
  font-weight: 700;
  display: flex;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 4px;
}

#style,
#contrast_style {
  padding: 0 20px;
  font-size: 1rem;
  line-height: 1;
}

:is(#style, #contrast_style) button {
  background: #008000;
  text-align: center;
  font-weight: 400;
  border-radius: 50%;
  min-width: 25px;
  padding: 2px;
  display: inline-grid;
  place-items: center;
}

:is(#style, #contrast_style) button:is(:hover, :focus) {
  background: #016701;
}

/* styler */

#style button {
  border: 1px solid #ffffff;
  color: #ffffff;
  min-height: 25px;
}

#style button + button {
  margin-left: 12px;
}

/* contrast  */

#contrast_style {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#contrast_style button {
  border: none;
}

#contrast_style button + button {
  margin-left: 5px;
}

/* search */

#search {
  background: transparent;
  display: flex;
  margin: 20px 0;
  border: 1px solid #ffffff;
  border-radius: 30px;
}

@media (min-width: 992px) {
  #search {
    margin: 0 0 0 15px;
  }
}

#search_input {
  color: #ffffff;
  font-size: 1.125rem;
  font-style: normal;
  background: transparent;
  padding: 1px 15px 2px 15px;
  border: 0;
  width: 100%;
  border-radius: 30px;
}

#search_submit {
  width: 32px;
  flex-shrink: 0;
  background: #016701 url("../img/lupe-icon.png") center no-repeat;
  padding: 0;
  cursor: pointer;
  border: none;
  margin: -1px -1px -1px 0;
  font-size: 0;
  transition: all 150ms linear;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

#search_submit:is(:hover, :focus) {
  background-color: #008000;
}

#search_input::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
  font-style: normal !important;
}

/* #endregion -------------------------------- optionsbar --------------------------------------- */

/* ------------------------------------------- content ------------------------------------------ */

#content {
  text-align: left;
  padding-top: clamp(35px, 3vw, 50px);
  padding-bottom: clamp(35px, 3vw, 50px);
}

#content > .row {
  row-gap: 30px;
}

/* #region ------------------------------------- tabRight ----------------------------------------- */

.tabRight {
  font-size: 1rem;
  position: relative;
  padding: 20px 20px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.tabRight .tabHeadline {
  font-size: 1.625rem;
  margin-bottom: 5px;
}

/* #endregion ---------------------------------- tabRight ----------------------------------------- */

/* #region -------------------------------------- news ------------------------------------------ */

#news {
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-color: #010101;
  padding: 50px 0;
}

#news > .row {
  row-gap: 30px;
}

@media (min-width: 992px) {
  #news::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 233px;
    background: #008000;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 28% 64%, 0% 0%);
    z-index: -1;
  }
}

#news .tabHeadline {
  color: #008000;
  font-size: 1.75rem;
  max-width: 200px;
  word-wrap: anywhere;
  border-radius: 3px;
  padding: 25px 23px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#news .tab_link_entries {
  display: grid;
  gap: 30px;
}

@media (min-width: 576px) {
  #news .tab_link_entries {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  #news .tab_link_entries {
    grid-template-columns: repeat(3, 1fr);
  }
}

#news .tab_link_entry {
  border-bottom: none !important;
  position: relative;
  background: #ffffff;
  border-radius: 2px;
  width: 100%;
  font-size: 1rem;
  padding: 150px 30px 40px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  hyphens: auto;
}

#news .tab_link_entry::before,
#news .tab_link_entry .tab_preview_picture {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#news .tab_link_entry::before {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#news .tab_preview_picture img {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news .tab_date {
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 104px;
  z-index: 1;
  display: inline-block;
  padding: 4px 10px;
  background: #008000;
  color: #ffffff;
  border-radius: 3px;
  transform: translateX(-50%);
}

#news .tab_link_title a {
  color: #444444;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

#news .tab_link_title a:is(:hover, :focus) {
    text-decoration: underline;
}

#news :is(.tab_spacer, .tab_link_mehr) {
  display: none;
}

#news .template-page,
#news .template-page :is(h1, h2, h3, h4, h5, h6) {
  color: #ffffff;
}

#news .template-page a {
  margin-top: 10px;
  font-weight: 700;
  background: #008000;
  color: #ffffff;
  border-radius: 3px;
  padding: 8px 20px;
  text-align: center;
  margin-left: 0px;
  display: block;
  text-decoration: none;
}

@media (min-width: 992px) {
  #news .template-page a {
    margin-left: 30px;
  }

  #news .tab_link {
    margin-top: 40px;
  }
}

#news .template-page a:is(:hover, :focus) {
  background: #016701;
}

#news .template-page a::after {
  content: "\00BB";
  margin-left: 4px;
  display: inline-block;
}

/* #endregion ----------------------------------- news ------------------------------------------ */

/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
  color: #008000;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Lora", sans-serif;
}

h1,
.h1,
.legacy_h1 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

h2,
.h2,
.legacy_h2 {
  font-size: clamp(1.6875rem, 2vw, 2.1875rem);
}

h3,
.h3,
.legacy_h3 {
  font-size: clamp(1.625rem, 2vw, 1.875rem);
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
  font-size: 1.5rem;
}

h5,
.h5,
.legacy_h5 {
  font-size: 1.375rem;
}

h6,
.h6,
.legacy_h6 {
  font-size: 1.25rem;
}

/* ----------------------------------------------- @5f footer ----------------------------------------------- */

#f5 {
  padding-top: clamp(30px, 3vw, 40px);
  padding-bottom: clamp(30px, 3vw, 45px);
  background:
    url("../img/welle-footer.png") bottom -1px center / 100% auto no-repeat,
    #008000;
}

/* --------------------------------------------- innerfooter -------------------------------------------- */

@media (max-width: 767px) {
  #innerfooter {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    margin-top: 15px;
  }
}

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: inline-block;
}

#innerfooter a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

#innerfooter a:hover,
#innerfooter a:focus {
  color: #ffffff;
  text-decoration: underline;
}

#innerfooter li + li::before {
  content: "";
  margin: 0 6px;
}

@media (min-width: 992px) {
  #innerfooter li + li::before {
    margin: 0 15px;
  }
}

@media (min-width: 1200px) {
  #innerfooter li + li::before {
    margin: 0 30px;
  }
}

@media (max-width: 767px) {
  #innerfooter li {
    display: block;
    text-align: center;
    padding: 5px;
    margin: 0;
  }

  #innerfooter li + li::before {
    display: none;
  }
}

/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
  text-align: left;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 auto;
  text-decoration: none;
}

@media (min-width: 768px) {
  #vernetzt {
    margin: 0;
  }
}

#vernetzt span {
  color: #ffffff;
}

#vernetzt span span {
  display: block;
}

#vernetzt img {
  margin-right: 18px;
}

/* --------------------------------------------- contrast -------------------------------------------- */

.contrast_dark_font #optionsbar,
#logo .contrast_dark img {
  background: #ffffff;
}

.contrast_dark_font #search_input::placeholder {
  color: #000 !important;
}

.contrast_dark_font #vernetzt,
.contrast_dark_font #vernetzt b,
.contrast_dark_font #vernetzt span,
.contrast_light_font #search_input {
  color: #fff !important;
}

.navbar-default .navbar-nav > li:is(.contrast_light_font, .contrast_dark_font) .dropdown-menu > li:first-child,
.navbar-default .navbar-nav > li:is(.contrast_light_font, .contrast_dark_font) .dropdown-menu > li:last-child {
  display: none !important;
}

.contrast_dark_font .clndr-controls {
  background-color: #000 !important;
}

.contrast_light_font .tabRight,
.contrast_light_font #news .tab_link_entry,
.contrast_light_font #news .template-page a {
  border: solid 1px #fff !important;
}

.contrast_dark_font .tabRight,
.contrast_dark_font #news .tab_link_entry,
.contrast_light_font #news .template-page a {
  border: solid 1px #000 !important;
}
