@import url("https://fonts.verwaltungsportal.de/import/?family=Open+Sans:300,400,500,600,700,300i,400i,500i,600i,700i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Montserrat:300,400,500,600,700,300i,400i,500i,600i,700i");

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

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #242222;
  background: #ffffff;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
}

a {
  color: #da101b;
}

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

b,
strong {
  font-weight: 600;
}

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

#overflow {
  overflow: clip;
  position: relative;
}
/* ----------------------------------------------- @1tp topbar ----------------------------------------------- */

.contact {
  color: #da101b;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding-top: 26px;
}

@media (max-width: 991px) {
  .contact {
padding: 20px 10px;
border-bottom: 1px #3d7307 solid;
  }

  .contact > * + * {
    margin-top: 7px;
  }

  form[id^="search"] {
    padding-top: 7px;
    margin-top: 7px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 992px) {
  .contact div[class*="contact"] {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .contactPhone + .contactMail {
    margin-left: 40px;
  }
}

.contact a {
  color: #da101b;
}

.contactMail,
.contactPhone {
  padding-left: 40px;
  background-position: center left;
  background-repeat: no-repeat;
}

.contactMail {
  background-image: url("../img/icon-mail.png");
}

.contactPhone {
  background-image: url("../img/icon-phone.png");
}

@media (min-width: 992px) {
  .contact :is(div, address)[class*="contact"] + form[id^="search"] {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}

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

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

@media (max-width: 991px) {
  #logo img {
    max-width: 120px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #logo {
    display: inline-block;
    position: absolute;
    top: -71px;
    transition: all 300ms linear;
  }
  .is-sticky #logo {
    top: -31px;
  }
  #logo img {
    max-width: 220px;
    transition: all 300ms linear;
  }
  .is-sticky #logo img {
    max-width: 60%;
  }
}
/* #region ---------------------------------- navigation ---------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
  nav.horizontally {
    min-height: 80px;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #3d7307;
  }

  #burgerButton {
    font-size: 0;
    border: none !important;
    display: block;
    height: 50px;
    width: 60px;
    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: #da101b;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    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 0;
  }

  .navbar-collapse {
    width: calc(100% - 90px);
    max-width: 300px;
    top: 0;
    background: #ffffff;
    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: 7px;
  }

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

/* menu desktop */

@media (min-width: 992px) {
  nav.horizontally {
    padding: 33px 0;
    background: #ffffff;
    border-bottom: 1px solid transparent;
    transition:
      border 300ms ease-in-out,
      padding 300ms ease-in-out;
  }

  .is-sticky nav.horizontally {
    padding: 20px 0;
    border-bottom-color: #3d7307;
  }

  #myNavbar,
  nav.horizontally .navbar-nav {
    column-gap: clamp(10px, 2vw, 35px);
  }

  nav.horizontally .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  nav.horizontally .navbar-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block !important;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms linear;
  }

  nav.horizontally .navbar-nav [class*="secondlevel"] > ul {
    left: 100%;
    top: 0;
  }

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

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

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
  color: #242222;
  font-weight: 600;
  text-align: left;
  padding: 12px 15px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
  nav.horizontally li[class*="toplevel"] {
    border-bottom: 1px solid rgba(61, 115, 7, 0.3);
  }

  nav.horizontally a[class*="toplevel"] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


  nav.horizontally a[class*="toplevel"].dropdown-toggle {
    padding-right: 35px;
  }
  nav.horizontally a[class*="toplevel"] {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}

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

  nav.horizontally a[class*="toplevel"]::before {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    background-color: #3d7307;
    transition: width 300ms linear;
  }
}

/* toplevel-over */

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

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within) > a::before,
nav.horizontally li[class*="toplevel"] > a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"].open > a::before,
nav.horizontally li[class*="toplevel"].open > a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"][class*="_over"] > a::before,
nav.horizontally li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus)::before {
  width: 100%;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
  background-color: #f2f2f2;
}

@media (max-width: 991px) {
  nav.horizontally [class*="toplevel"] > ul {
    padding: 15px 0;
  }

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

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

  nav.horizontally [class*="toplevel"] > ul {
    margin-top: 35px;
    margin-left: -25px;
  }

  .is-sticky nav.horizontally [class*="toplevel"] > ul {
    margin-top: 21px;
  }

  nav.horizontally [class*="secondlevel"] > ul {
    margin-top: -25px;
    margin-left: 40px;
  }

  nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) > ul::before {
    content: "";
    position: absolute;
    display: block;
  }

  nav.horizontally [class*="toplevel"] > ul::before {
    height: 35px;
    left: 0;
    right: 0;
    top: -35px;
  }

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  color: #242222;
  font-weight: 400;
  text-align: left;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 5px;
}

@media (max-width: 991px) {
  nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    padding-left: 15px;
    padding-right: 15px;
  }
nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]){
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


  nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
    padding-right: 35px;
  }
  nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}

/* secondlevel + thirdlevel over */

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

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

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

#headerpic {
  background: #172830;
  position: relative;
  min-height: 450px;
}

#headerpic img {
  object-fit: cover;
}

@media (max-width: 767px) {
#headerpic {
min-height: 400px;    
  }
}

#headerpic > *:not(.slider-wrapper):not(.sticky-wrapper):not(nav.horizontally) {
  position: relative;
  z-index: 10;
}

/* header text */

#header-text {
  font-weight: 600;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  padding: clamp(60px, 12vw, 175px) 0 clamp(80px, 20vw, 275px) 0;
}


/* banner */

#slider {
  position: relative;
  height: 100%;
}

@media (min-width: 992px) {
  #headerpic a.nivo-prevNav {
    left: 65px;
  }

  #headerpic a.nivo-nextNav {
    right: 65px;
  }
}

@media (max-width: 1199px) {
  #headerpic a:is(.nivo-prevNav, .nivo-nextNav) {
    top: auto;
    bottom: 8px;
    z-index: 51;
  }
}

.slider-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slider-mask {
  display: none;
}

#headerpic .nivo-main-image {
  min-height: 100% !important;
}

/* bannerOverlay */
#header-text {
  font-weight: 600;
  font-size: clamp(1rem, 3vw, 1.875rem);
padding: clamp(60px, 12vw, 205px) 0 clamp(10px, 20vw, 75px) 0;
}
@media (max-width: 767px) {
  #header-text{
padding: 30px 0 50px 0;
    
  }
}

.headerText {
  padding: 45px clamp(15px, 3vw, 40px) 40px clamp(15px, 3vw, 40px);
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1200px) {
  .headerText {
position: relative;
    z-index: 12;
    bottom: 0px;
    left: 210px;
    right: 60px;
    font-size: 1.25rem;
    max-width: 750px;
  }
}

.headerText * {
  color: #242222;
}
.headerText .tabHeadline {
  font-family: "Montserrat", sans-serif;
  color: #242222 !important;
font-size: clamp(1.5rem, 2vw, 2.1875rem);
  font-weight: 700;
  padding-right: 50px;
  hyphens: initial;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .headerText .tabHeadline{
     margin-bottom: 15px;
    
  }
}

.headerText a:first-of-type {
  text-decoration: underline;
  display: inline-block;
  background: #da101b;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size:clamp(.875rem,2vw, 1rem);
  border-radius: 5px;
  padding: 9px 40px 9px 20px;
  white-space: nowrap;
  position: relative;
  transition: transform 300ms linear;
}

.headerText a::before {
  content: "";
  position: absolute;
  background: url(../img/pfeil.png) no-repeat;
  width: 18px;
  height: 12px;
  bottom: 0px;
  top: 0;
  margin: auto;
  z-index: 0;
  pointer-events: none;
  right: 10px;
  display: block;
}
.headerText a:last-of-type {
  text-decoration: underline;
  display: inline-block;
  background: #3d7307;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size:clamp(.875rem,2vw, 1rem);
  border-radius: 5px;
  padding: 9px 40px 9px 20px;
  white-space: nowrap;
  position: relative;
  transition: transform 300ms linear;
}

.headerText a:is(:hover, :focus) {
  transform: scale(1.2);
}

@media (max-width: 767px) {
.headerText a:is(:hover, :focus) {
  transform: scale(1.1);
}
}
@media (min-width: 576px) {
  .headerText a + a {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .headerText a + a {
    margin-top: 20px;
  }
}


.slick-slider,
.slick-slider>.slick-list,
.slick-slider>.slick-list>.slick-track,
.slick-slider>.slick-list>.slick-track>.slick-slide,
.slick-slider>.slick-list>.slick-track>.slick-slide>div,
.slick-slider>.slick-list>.slick-track>.slick-slide>div>img {
   height: 100%;
}
/* #endregion ---------------------------------- banner ----------------------------------------- */

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

body #content:not(:has(#welcomepage-wrapper)) {
  text-align: left;
  padding-top: clamp(30px, 4vw, 60px);
  padding-bottom: clamp(40px, 4vw, 60px);
}

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

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

h1,
.h1,
.legacy_h1 {
  font-size: clamp(1.875rem, 3.5vw, 3.125rem);
}

h2,
.h2,
.legacy_h2 {
font-size: clamp(1.75rem, 3vw, 2.8125rem);
}

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

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

h5,
.h5,
.legacy_h5 {
  font-size: clamp(1.375rem, 3.5vw, 1.875rem);
}

h6,
.h6,
.legacy_h6 {
  font-size: clamp(1.25rem, 3vw, 1.5625rem);
}



/* ------------------------------------------- stickyBox ------------------------------------------ */

#stickyBox .tab {
    color: #242222;
    font-weight: 700;
    font-size: 1rem;
    padding: 6px 20px;
    max-width: 204px;
    border-radius: 6px 0 0 6px;
    border: 1px solid rgba(27, 61, 20, 0.35);
    background-color: #4bae4f;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    transition: background 300ms linear;
}

#stickyBox .tab a {
  color: #242222;
}

#stickyBox .tab a:is(:hover, :focus) {
    color: #fff;
}

#stickyBox .tab p a,
#stickyBox .tab p a.has-image {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 7px;
}

#stickyBox .tab:is(:hover, :focus) {
    background-color: #3d7307;
}

#stickyBox .tab img {
    vertical-align: middle;
}

@media (min-width: 992px) {
    #stickyBox {
        position: fixed;
        right: 0;
        bottom: 20%;
        z-index: 12;
    }
}

@media (max-width: 991px) {
    #stickyBox {
        padding: 30px;
    }

    #stickyBox .tab {
        border-radius: 6px;
    }
}


/* ----------------------------------------------- tab3 ----------------------------------------------- */
/* ------------------------------------------------ @3tab ----------------------------------------------- */

#tab3 {
  padding: 60px 0 45px 0;
  background-color: #f2f2f2;
  hyphens: auto;
}

@media (max-width: 991px) {
  #tab3 {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  #tab3 > .row > *:not(:first-child) {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  #tab3 > .row > * + * {
    margin-top: 60px;
  }
}

#tab3 .tab {
  color: #242222;
  font-size: 1rem;
  font-weight: 400;
  min-height: 100%;
  line-height: 1.4;
}

#tab3 .tab .tabHeadline {
  display: block;
  color: #da101b;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #3d7307;
}

#tab3 .tab a {
  color: #da101b;
  text-decoration: underline;
}
#tab3 .tab a:is(:hover, :focus) {
  text-decoration: none;
}

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

#f5 {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #f2f2f2;
  border-top: 2px #3d7307 solid;
}

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

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

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: inline-block;
}

#innerfooter a {
  color: #242222;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
}

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

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

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

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

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

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

#vernetzt {
  gap: 12px;
  text-align: right;
  font-size: 0.9375rem;
  color: #242222;
  line-height: 1.3;
  text-decoration: none;
}
#vernetzt :is(b, strong) {
  font-weight: 600;
}
#vernetzt span span {
  display: block;
}

/* #region -------------------------------------- scroll top ------------------------------------ */

#scrollTop {
  color: #ffffff;
  display: block !important;
  font-size: 0;
  opacity: 1 !important;
  background: #3d7307;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  #scrollTop {
    position: fixed;
    bottom: 79px;
    right: 145px;
    z-index: 55;
  }
}

#scrollTop:is(:hover, :focus) {
  background-color: #da101b;
}

#scrollTop::after,
#scrollTop::before {
  content: "";
  position: absolute;
  border-radius: 1px;
}

#scrollTop::after {
  left: 20px;
  width: 8px;
  height: 8px;
  top: 5px;
  margin-top: 10px;
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(-45deg);
}

#scrollTop::before {
  left: 50%;
  width: 2px;
  height: 20px;
  top: 50%;
  background-color: #ffffff;
  margin-left: -1px;
  margin-top: -10px;
}

/* #endregion ----------------------------------- scroll top ------------------------------------ */

.contrast_dark #logo img,
.contrast_dark .footerLogo img {
  background-color: #fff;
  padding: 5px;
}

.contrast_dark #scrollTop {
  border: solid 1px #fff !important;
}

.contrast_light #breaker .tab {
  background-color: #fff !important;
}
.contrast_light #burgerButton::before,
.contrast_light #burgerButton::after,
.contrast_light #burgerButtonInner {
  background-color: #000 !important;
}

.contrast_light #scrollTop::before {
  background-color: #000;
}
.contrast_light #scrollTop::after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
}

.contrast_light #bannerOverlay a {
  border: solid 1px #000 !important;
}
.contrast_light #bannerOverlay a::before {
  filter: brightness(0);
}
.contrast_dark #burgerButton::before,
.contrast_dark #burgerButton::after,
.contrast_dark #burgerButtonInner {
  background-color: #fff !important;
}
.contrast_dark .dropdown-toggle-button {
  background-color: #000 !important;
}

.contrast_dark #bannerOverlay a {
  border: solid 1px #fff !important;
}

.contrast_dark .contactMail,
.contrast_dark .contactPhone {
  background-color: #fff !important;
}
