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

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #444444;
  background: #ffffff;
  font-size: 1rem;
  /* 1rem = 16px */
  line-height: 24px;
}

a {
  color: #4b8400;
}

a:hover, a:focus {
  color: #4b8400;
  text-decoration: underline;
}

b, strong {
  font-weight: 500;
}

body:not(.noListStyle) main ul:not([class*="menue"]):not([class*="slick-dots"]):not(.rsbtn_toollist):not(.units):not(.no-list-style) li:not(.gallery-list-item):not(.album-list-item):not(.entry):not(.unit-title)::before {
  top: 3px;
}

/* ----------------------------------------------- search ----------------------------------------------- */

#search {
  height: 38px;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 290px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  #search {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

#search_input {
  color: #939393;
  font-size: 14px;
  font-style: normal;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 38px;
  padding-left: 14px;
  padding-right: 52px;
  height: 38px;
  width: 100%;
}

#search_submit {
  width: 38px;
  background: url('../img/lupe-icon.png') center no-repeat;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  line-height: 38px;
  border: none;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

#search_submit:hover,
#search_submit:focus {
  background-color: rgba(170, 206, 59, 0.2);
}

#search_input::-ms-input-placeholder {
  color: #939393 !important;
}

#search_input::-webkit-input-placeholder {
  color: #939393 !important;
}

#search_input::-moz-placeholder {
  opacity: 1;
}

#search_input:-moz-placeholder {
  opacity: 1;
}

/* ------------------------------------------------ styler ---------------------------------------------- */

#style {
  padding-left: 26px;
  background: url('../img/icon-styler.png') center left no-repeat;
}

#contrast_style,
#style {
  display: inline-block !important;
  margin-right: 30px;
}

#contrast_style button,
#style button {
  padding: 0;
  border: none;
  color: #575757;
  display: inline-block;
  width: 32px;
  height: 20px;
  font-weight: 400;
  text-align: center;
  background: transparent;
  position: relative;
  line-height: 1;
  font-size: 16px;
}

#contrast_style button {
  padding: 3px 0 0 0;
}

#style button {
  padding: 0;
}

#contrast_style button+button,
#style button+button {
  margin-left: -6px;
}

#contrast_style img {
  background: #ffffff;
}

#style button+button {
  border-left: 1px solid #222222;
}

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

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

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

/* --------------------------------------- navigation --------------------------------------- */

#menu {
  background: rgba(255, 255, 255, 1);
  padding-top: 10px;
  padding-bottom: 15px;
  border-top: 8px solid #4b8500;
}

@media (min-width: 768px) {
  #menu {
    padding-bottom: 24px;
  }
}

/* burgermenu for tablet */

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

  #burgerButtonInner2, #burgerButton:after, #burgerButtonInner {
    background-color: #4b8500;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 10px;
    -webkit-transition: transform 200ms linear, opacity 200ms linear;
    -moz-transition: transform 200ms linear, opacity 200ms linear;
    -ms-transition: transform 200ms linear, opacity 200ms linear;
    -o-transition: transform 200ms linear, opacity 200ms linear;
    transition: transform 200ms linear, opacity 200ms linear;
  }

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

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

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

  #burgerButtonInner {
    top: 16px;
  }

  #burgerButtonInner2 {
    top: 24px;
  }

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

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

  .navbar-collapse {
    top: 0;
    background: #ffffff;
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 100;
    height: auto !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    -webkit-transition: left 300ms linear, opacity 300ms linear;
    -moz-transition: left 300ms linear, opacity 300ms linear;
    -ms-transition: left 300ms linear, opacity 300ms linear;
    -o-transition: left 300ms linear, opacity 300ms linear;
    transition: left 300ms linear, opacity 300ms linear;
  }

  .navbar-collapse[aria-expanded="true"], .navbar-collapse.in {
    left: 0;
    opacity: 1;
    pointer-events: auto;
  }

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

  .navbar-toggle::before {
    content: "";
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: width 300ms linear, opacity 300ms linear;
    -moz-transition: width 300ms linear, opacity 300ms linear;
    -ms-transition: width 300ms linear, opacity 300ms linear;
    -o-transition: width 300ms linear, opacity 300ms linear;
    transition: width 300ms linear, opacity 300ms linear;
  }

  .navbar-toggle[aria-expanded="true"]::before {
    opacity: 1;
    width: 90px;
  }
}

@media (min-width: 575px) and (max-width: 991px) {
  .navbar-collapse {
    width: 60%;
  }

  .navbar-collapse.collapse.in:after, .navbar-toggle[aria-expanded="true"]::before {
    width: 40%;
  }
}

/* menu desktop */

@media (min-width: 992px) {
  #menu {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  nav.horizontally .navbar-nav {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  nav.horizontally .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
  }

  nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }

  nav.horizontally .navbar-nav>li, nav.horizontally .navbar-nav>li>.dropdown-menu>li {
    position: relative;
  }

  .navbar-default .navbar-nav li[class*="toplevel"]>ul,
  .navbar-default .navbar-nav li[class*="secondlevel"]>ul {
    display: block !important;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }

  .navbar-default .open>.dropdown-menu,
  .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
  .navbar-default .navbar-nav li[class*="secondlevel"]:hover>ul,
  .navbar-default .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
    pointer-events: auto !important;
    opacity: 1 !important;
  }

  .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul,
  .navbar-default .navbar-nav li[class*="secondlevel"]:focus-within>ul {
    pointer-events: auto !important;
    opacity: 1 !important;
  }

  .navbar-default .nav .open>.dropdown-menu {
    pointer-events: none !important;
    opacity: 0 !important;
  }
}

@media (max-width: 1199px) {
  #menu {
    position: static !important;
  }
}

@media (min-width: 1200px) {
  #menu {
    -webkit-transition: box-shadow 300ms linear, background 300ms linear;
    -moz-transition: box-shadow 300ms linear, background 300ms linear;
    -ms-transition: box-shadow 300ms linear, background 300ms linear;
    -o-transition: box-shadow 300ms linear, background 300ms linear;
    transition: box-shadow 300ms linear, background 300ms linear;
  }

  .is-sticky #menu {
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}

nav.horizontally li[class$="_end"], nav.horizontally li[class$="_start"] {
  display: none;
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav>li>a {
  color: #444444;
  font-weight: 700;
  text-align: center;
  padding: 10px 35px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav>li+li {
    margin-left: 5px;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 10px 15px 7px 15px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .navbar-default .navbar-nav>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    bottom: -20px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
  .navbar-default .navbar-nav>li>a {
    display: block;
  }
}

/* --------------------------------------------------- toplevel-over -------------------------------------------------- */

.navbar-nav>li:hover>a, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li.open>a, .navbar-nav>li.open>a:hover, .navbar-nav>li.open>a:focus, .navbar-nav>li[class$="_over"]>a, .navbar-nav>li[class$="_over"]>a:hover, .navbar-nav>li[class$="_over"]>a:focus {
  color: #ffffff;
  background-color: #4b8500;
}

.navbar-nav>li:focus-within>a {
  color: #ffffff;
  background-color: #4b8500;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav>li>.dropdown-menu {
    padding: 10px 0;
  }
}

@media(min-width:992px) {
  .navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-default .navbar-nav>li>.dropdown-menu {
    left: -23px;
    margin-top: 47px;
  }

  .navbar-default .navbar-nav>li>.dropdown-menu::before {
    content: "";
    position: absolute;
    display: block;
    height: 47px;
    left: 0;
    right: 0;
    top: -47px;
  }

  .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    margin-top: -25px;
    margin-left: 10px;
  }

  .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    top: 0;
    bottom: 0;
    left: -10px;
  }
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
  color: #21242a;
  font-weight: 600;
  text-align: left;
  padding: 8px 20px;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a::after, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 1px;
  background: #0d70b3;
  -webkit-transition: width 300ms linear;
  -moz-transition: width 300ms linear;
  -ms-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 300ms linear;
}

nav.horizontally .navbar-nav>li>.dropdown-menu>li>a.dropdown-toggle2 {
  padding-right: 35px;
}

@media(min-width:992px) {
  .navbar-default .navbar-nav>li>.dropdown-menu>li>a.dropdown-toggle2 {
    padding-right: 25px;
  }

  .navbar-default .navbar-nav>li>.dropdown-menu>li>a.dropdown-toggle2::before {
    content: "";
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    border-right: 1px solid #21242a;
    border-bottom: 1px solid #21242a;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border 300ms linear;
    -moz-transition: border 300ms linear;
    -ms-transition: border 300ms linear;
    -o-transition: border 300ms linear;
    transition: border 300ms linear;
  }
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav>li>.dropdown-menu>li:hover>a,
.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:focus {
  color: #4b8400;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
  color: #4b8400;
}

/* ----------------------------------------------- banner ----------------------------------------------- */

#headerpic {
  position: relative;
  overflow: hidden;
}

#slider {
  max-height: 300px;
  min-height: 300px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  #slider {
    max-height: 450px;
  }

  #slider+.nivo-controlNav {
    bottom: 130px;
  }
}

@media (min-width: 992px) {
  body.index #slider {
    max-height: 630px;
  }

  #headerpic a.nivo-prevNav {
    left: 65px;
  }

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

  #slider+.nivo-controlNav {
    bottom: 6px;
  }

  body.index #slider+.nivo-controlNav {
    bottom: 210px;
  }

  .theme-default .nivo-controlNav {
    bottom: unset !important;
  }
}

@media (min-width: 1200px) {
  body.index #slider+.nivo-controlNav {
    bottom: 325px;
  }
}

.theme-default .nivo-controlNav {
  top: 10px;
  bottom: auto;
}

.slider-mask {
  display: block;
  background: url('../img/banner-welle.png') center bottom -1px no-repeat;
  background-size: 768px auto;
}

@media (min-width: 768px) {
  .slider-mask {
    background: url('../img/banner-welle.png') center bottom -1px no-repeat, linear-gradient(to top, rgba(52, 52, 52, 0.4), transparent);
  }
}

.slider-wrapper, #slider {
  height: 100%;
}

.nivo-prevNav a,
.nivo-nextNav a,
.nivo-prevNav,
.nivo-nextNav {
  color: #000 !important;
  opacity: 1 !important;
}

/* ------------------------------------------------ content ----------------------------------------------- */
@media (max-width: 991px) {
  .contactAside {
    padding: 0 15px 20px 15px;
  }
}

@media (min-width: 992px) {
  .contactAside {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.contactAside a {
  color: #ffffff;
}

.contactAside>div+div {
  margin-top: 14px;
}

.tab3 {
  min-height: 60px;
  position: relative;
  background: #4b8500;
  border-radius: 0 50px 50px 0;
  font-weight: 600;
  font-size: 1rem;
}

.tab3:hover {
  background: #275b0c;
}

.tab3::before {
  content: "";
  display: block;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

@media (min-width: 992px) {
  .tab3::before {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 60px;
    background-size: auto;
    z-index: 1;
  }
}

.formulare::before {
  background-image: url('../img/icon-formulare.png');
}

.termine::before {
  background-image: url('../img/icon-termine.png');
}

.fundsachen::before {
  background-image: url('../img/icon-fundsachen.png');
}

.jobs::before {
  background-image: url('../img/icon-stellenausschreibungen.png');
}

.dienst::before {
  background-image: url('../img/icon-dienstleistungen.png');
}

.amtsblatt::before {
  background-image: url('../img/icon-amtsblatt.png');
}



.kontaktContent {
  padding: 18px 80px 18px 15px;
}

@media (max-width: 991px) {
  .kontaktContent {
    padding: 10px 15px;
  }
}

@media (min-width: 992px) {
  .tab3 {
    left: -75%;
    white-space: nowrap;
    -webkit-transition: left 300ms linear, opacity 300ms linear;
    -moz-transition: left 300ms linear, opacity 300ms linear;
    -ms-transition: left 300ms linear, opacity 300ms linear;
    -o-transition: left 300ms linear, opacity 300ms linear;
    transition: left 300ms linear, opacity 300ms linear;
  }

  .tab3:hover,
  .tab3:focus {
    left: 0px;
  }
}



#content {
  text-align: left;
}

#contentCol {
  padding-bottom: 0;
  padding-top: 0;
}

@media (min-width: 992px) {
  body:not(.index) #contentCol {
    padding-bottom: 70px;
  }

  main {
    background: url(../img/bg-main.jpg) bottom left no-repeat;
  }
}

.hrstyle, hr {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

#cookie-setting-buttons {
  z-index: 12 !important;
}

body:not(.noListStyle) main ul:not([class*="menue"]):not([class*="slick-dots"]):not(.units) li:not(.gallery-list-item):not(.album-list-item):not(.entry):not(.unit-title) {
  padding: 0 0 0 28px;
  position: relative;
}

body:not(.noListStyle) .template-page ul, body:not(.noListStyle) main ul:not([class*="menue"]):not([class*="slick-dots"]):not(.units) {
  margin: 0;
  list-style-position: outside;
  padding-left: 1em;
}

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

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, H6, H5, H4, H3, H2, H1 {
  color: #275b0c;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

h1, .h1, .legacy_h1 {
  font-size: 1.6812rem;
}

@media (min-width: 768px) {
  h1, .h1, .legacy_h1 {
    font-size: 1.75rem;
  }
}

h2, .h2, .legacy_h2 {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  h2, .h2, .legacy_h2 {
    font-size: 1.6812rem;
  }
}

h3, .h3, .legacy_h3 {
  font-size: 1.5rem;
}

h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
  font-size: 1.45rem;
}

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

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


/* ------------------------------------------------ 12ev events ----------------------------------------------- */

#tabsRight {
  margin-bottom: 30px;
}

#tabsRight>*+* {
  margin-top: 30px;
}

.events, .sgTab {
  background-color: #fff;
  padding: 0px 0px 20px 0px;
  color: #444444;
  font-size: 0.875rem;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  max-width: 300px;
  margin: 0 auto;
  line-height: 20px;
}

.events {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .events, .sgTab {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.events .tabHeadline,
.sgTab .tabHeadline {
  background: #4b8500;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 18px 25px;
  text-align: center;
  margin-bottom: 0;
}

.events .tabContent,
.sgTab .tabContent {
  padding: 25px;
}

.eventclndr-tab {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
}

.events .tab_link_title a {
  font-weight: 600;
  color: #444444;
}

.events .tab_link_mandat a {
  color: #444444;
  font-style: italic;
}

.sgTab a {
  color: #4b8400;
}

.SGbuttonStyle a {
  position: relative;
  background-color: #275b0c;
  color: #fff;
  padding: 5px 10px;
  font-size: 1rem;
}

.events .tab_link_mehr {
  font-size: 0;
  position: relative;
  background-color: #275b0c;
}

.events .tab_link_mehr a {
  color: #fff;
  padding: 5px 10px;
}

.events .tab_link_mehr a::before {
  content: "alle Termine";
  font-size: 1rem;
}

.sgTab a::before {
  content: "+";
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  z-index: 3;
  display: block;
  position: absolute;
  right: -240px;
  bottom: -45px;
}


/* ----------------------------------------------- news  -------------------------------------------- */

#news .tab {
  border-radius: 3px;
  background-color: #4b8500;
  overflow: hidden;
  padding: 30px;
  color: #ffffff;
  background-position: top 20px right 20px;
  background-repeat: no-repeat;
  font-size: 0.875rem;
  line-height: 20px;
}

#news .tabHeadline {
  color: #ffffff;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #news .tabHeadline {
    margin: 0 0 25px 0;
  }
}

@media (min-width: 1200px) {
  #news .tabHeadline {
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
}

#news .tabHeadline::after {
  display: none;
}

#news .tab_link_entry {
  font-size: 1rem;
  position: relative;
  width: 100%;
}

#news .tab_link_title a {
  line-height: 1.2;
  font-weight: 600;
  font-size: 1rem;
  display: block;
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  #news .tab_link_entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#news {
  padding-bottom: 20px;
}

#news .tab {
  background-image: url('../img/icon-aktuelles.png');
}

#news .tab a {
  color: #fff;
  text-decoration: underline;
}

#news .tab,
#news .tab_link,
#news .tab_link>div {
  height: 100%;
  min-height: 100%;
}

#news .tab_link_entry {
  background: #ffffff;
  border-radius: 3px;
  padding: 200px 30px 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  #news .tab_link_entry {
    width: calc(50% - 15px);
  }

  #news .tab_link_entry:nth-child(2n+1) {
    margin-right: 15px;
  }

  #news .tab_link_entry:nth-child(2n+2) {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  #news .tab_link_entry {
    width: calc(33.33% - 20px);
  }

  #news .tab_link_entry+.tab_link_entry {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  #news .tab_link_entry+.tab_link_entry {
    margin-top: 30px;
  }
}

@media (min-width: 576px) {
  #news .tab_link_entry:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  #news .tab_link {
    margin-top: 30px;
  }
}

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

#news .tab_link_title a::before {
  content: "";
  background: #666666 url("../img/news-standard.jpg") center / cover no-repeat;
}

#news .tab_preview_picture {
  background-color: #ffffff;
}

#news .tab_preview_picture img {
  position: absolute;
  margin: 0 !important;
  left: 50%;
  top: 50%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  max-width: 350px;
  width: auto;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#news .tab_date {
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  left: -1px;
  top: 145px;
  z-index: 1;
  display: inline-block;
  padding: 6px 20px;
  background: #275b0c;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#news .tab_link_title a {
  color: #4b8400;
}

.tab_link_entries+div,
.tab_link_entries .tab_spacer,
.tab_link_entry>div:nth-last-child(2) {
  display: none;
}

/* ------------------------------------------- button design ------------------------------------------- */

#news .buttonStyle a {
  -moz-transition: background 300ms linear, color 300ms linear, border 300ms linear;
  -ms-transition: background 300ms linear, color 300ms linear, border 300ms linear;
  -o-transition: background 300ms linear, color 300ms linear, border 300ms linear;
  -webkit-transition: background 300ms linear, color 300ms linear, border 300ms linear;
  background: #275b0c;
  color: #ffffff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 300ms linear, color 300ms linear, border 300ms linear;
}

@media (min-width: 768px) {
  #news .buttonStyle a+a {
    margin-left: 12px;
  }
}

#news .buttonStyle a::after {
  bottom: 1px;
  content: "\00BB";
  margin-left: 4px;
  position: relative;
}

#news .buttonStyle a:hover,
#news .buttonStyle a:focus {
  background: #1d4906;
  color: #fff;
}

/* ------------------------------------------ 8f footer ---------------------------------------- */

footer {
  background-color: #275b0c;
  overflow: hidden;
}

#maps_contact {
  padding-top: 60px;
}

@media (max-width: 991px) {

  #maps_contact .tab>.row>div:last-child {
    padding-top: 40px;
  }
}

footer .tabHeadline,
footer .tabHeadline2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
  position: relative;
}

@media (min-width: 1200px) {
  footer .tabHeadline::before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: -180px;
    height: 24px;
    width: 150px;
    background: url(../img/pseudo-headline.png) no-repeat;
  }
}

footer a {
  color: #ffffff;
  text-decoration: underline;
}

footer .tab {
  padding: 30px 30px;
  border-bottom: 1px solid #4b8500;
  padding-top: 50px;
  background: #4b8500;
  height: 100%;
  color: #fff;
}

footer .tab a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}

@media (min-width: 992px) {
  footer .tab {
    padding: 56px 115px 30px 30px;
  }
}

@media (min-width: 1200px) {
  footer .tab {
    padding: 56px 115px 30px 115px;
  }
}

.contactBTN {
  display: block;
  text-align: left;
  margin-top: 46px;
}

.contactBTN a {
  color: #fff !important;
  font-style: normal !important;
  font-weight: 700;
  font-size: 16px;
  padding: 8px;
  text-align: center;
  border: 2px solid #fff;
  text-decoration: none !important;
  position: relative;
}

.contactBTN a:hover {
  color: #fff !important;
  background: #275b0c;
}

@media (min-width: 992px) {
  .noPadding {
    padding-left: 0;
    padding-right: 0;
  }
}

#innerfooter {
  margin-top: auto;
  padding: 25px 0 25px 0;
  position: relative;
}

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: block;
}

#innerfooter a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #444444;
}

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

@media (min-width: 500px) {
  #innerfooter li {
    display: inline-block;
  }

  #innerfooter li+li::before {
    content: "|";
    margin: 0 4px;
    color: #444444;
  }
}

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

/* --------------------------------------------- GoogleMaps -------------------------------------------- */

@media (min-width: 992px) {
  .iframeMapsTab {
    margin-left: -100px;
    margin-top: 80px;
  }
}

.iframeMapsTab iframe,
.iframeMapsTab .iframe-wrapper-manual-enabling {
  min-width: 100%;
  width: 100%;
  display: block;
  max-height: 100%;
  min-height: 100%;
  /* height: 100%; */
  max-height: 335px;
}

@media (max-width: 767px) {
  .frameMobileView {
    width: 100vw;
    max-width: unset;
    flex: 0 0 100vw;
    left: 50%;
    transform: translate(-50%);
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .btgrid>.row>div:nth-child(1) {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .btgrid>.row>div:nth-child(2) {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
}

/* --------------------------------------------- #Footer -------------------------------------------- */

#footer {
  background-color: #fff;
}

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

#vernetzt {
  color: #444444;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  margin: 0 0 0px 0;
}

#vernetzt b {
  font-weight: 600;
  color: #4b8400;
}

#vernetzt span {
  color: #444444;
}

#vernetzt span span {
  display: block;
}

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

@media (max-width: 991px) {
  #vernetzt {
    margin-top: 20px;
  }
}

#logo2 img {
  max-width: 125px;
}


.contrast_light main,
.contrast_dark main {
  filter: none;
  background: none;
}


.contrast_light #news .tab_link_title a::before,
.contrast_dark #news .tab_link_title a::before {
  display: none;
}

.contrast_light .tab3,
.contrast_dark .tab3 {
  background: #000 !important;
}

.contrast_dark .contactAside {
  background-color: rgba(0, 0, 0, 0) !important;
}