@import url("https://fonts.verwaltungsportal.de/import/?family=Catamaran:100;200;300;400;500;600;700;800;900");
body {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  color: #444444;
  background: #ffffff;
  font-size: 1rem; /* 1rem = 16px */
  line-height: 1.2;
}

a {
  color: #6b9600;
}

a:hover {
  color: #6b9600;
}

b,
strong {
  font-weight: 600;
}

/* ----------------------------------------------- contact ----------------------------------------------- */

.contact {
  background-color: #f4f4f4;
  color: #6e6e6e;
  font-size: 1rem;
}

@media (max-width: 991px) {
  #menu .contact {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  nav .contact {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.contact p {
  margin: 0;
  display: inline-block;
}

.contact p + p {
  margin-left: 15px;
}

@media (min-width: 992px) {
  .contact p + p {
    margin-left: 25px;
  }
}

/* ----------------------------------------------- topbar ----------------------------------------------- */

#topbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  #topbar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #topbar .row > div:nth-child(2) {
    margin-bottom: 6px;
  }
}

#logo {
  padding-top: 15px;
  display: inline-block;
  max-width: 100%;
}

#logo img {
  display: block;
}

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

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

form[id^="search"] {
  height: 38px;
  background: #f4f4f4;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  form[id^="search"] {
    margin-top: 6px;
  }
}

@media (max-width: 991px) {
  form[id^="search"] {
    margin: 0 15px;
  }
}

@media (min-width: 992px) {
  form[id^="search"] {
    margin-right: 30px;
    max-width: 240px;
    margin-top: 0;
    width: 100%;
  }
}

form [id^="search_input"] {
  color: #6e6e6e;
  font-size: 16px;
  font-style: normal;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 38px;
  padding-left: 14px;
  padding-right: 47px;
  height: 38px;
  width: 100%;
  border-radius: 30px;
}

form [id^="search_submit"] {
  width: 48px;
  height: 48px;
  border: 5px solid #2e3c48;
  background: #becdda url("../img/lupe-icon.png") center no-repeat;
  background-size: 14px 14px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: -5px;
  -webkit-transition: transform 150ms linear;
  -moz-transition: transform 150ms linear;
  -ms-transition: transform 150ms linear;
  -o-transition: transform 150ms linear;
  transition: transform 150ms linear;
}

@media (min-width: 992px) {
  form [id^="search_submit"] {
    border-color: #ffffff;
  }
}

form [id^="search_submit"]:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

[id^="search_input"]::-ms-input-placeholder {
  color: #6e6e6e !important;
}

[id^="search_input"]::-webkit-input-placeholder {
  color: #6e6e6e !important;
}

[id^="search_input"]::-moz-placeholder {
  opacity: 1;
}

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

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

@media (min-width: 992px) {
  #style {
    display: inline-block;
    height: 38px;
  }

  #style button {
    font-size: 1rem;
    padding: 0 0 2px 0;
    border: none;
    color: #2e3c48;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background-color: #becdda;
    position: relative;
    line-height: 1;
    -webkit-transition: transform 150ms linear;
    -moz-transition: transform 150ms linear;
    -ms-transition: transform 150ms linear;
    -o-transition: transform 150ms linear;
    transition: transform 150ms linear;
  }

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

  #style button:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
  #burgerButton {
    font-size: 0;
    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: #2e3c48;
    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 0;
  }
  .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) {
  .navbar-default .navbar-nav > li > ul,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    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;
  }

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

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

  #menu::before {
    background-color: transparent;
    z-index: 1000;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -80px;
    height: 80px;
    background-image: url("../img/bg-nav.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  #menu {
    background-color: #ffffff;
    position: relative;
  }
  nav.horizontally .navbar-nav {
    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 .navbar-nav > li {
    flex-grow: 1;
    flex-shrink: 1;
  }
  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;
  }
}

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

.navbar-default .navbar-nav > li > a {
  color: #444444;
  font-weight: 500;
  text-align: center;
  padding: 28px 0;
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid #444444;
  }
}

@media (min-width: 992px) {
  /* .navbar-default .navbar-nav>li+li {
        margin-left: 20px;
    } */
  .navbar-default .navbar-nav > li > a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

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

.navbar-default .navbar-nav > li > a::before {
  content: "";
  width: 20px;
  height: 9px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: 0;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  background-color: #ffffff;
  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;
}

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

.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: #6b9600;
}

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

.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
  background-color: #f4f4f4;
  -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);
  padding-bottom: 10px;
}

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

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > .dropdown-menu {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    margin-left: 5px;
  }
}

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
  color: #444444;
  background-color: #ffffff;
  font-weight: 300;
  text-align: center;
  padding: 8px 25px;
  font-size: 1.125rem;
}

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

.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 {
  background: #6b9600;
  color: #ffffff;
}

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

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

@media (min-width: 992px) {
  #slider {
    max-height: 400px;
  }
  body.index #slider {
    max-height: 650px;
  }
  #headerpic a.nivo-prevNav {
    left: 65px;
  }
  #headerpic a.nivo-nextNav {
    right: 65px;
  }
}

#headerpic {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

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

.slider-mask {
  display: block;
  background-image: url("../img/Paper.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

header {
  position: relative;
}

#banner-overlay {
  position: absolute;
  line-height: 1;
  font-size: 3.75rem;
  color: #ffffff;
  text-shadow: -5px -5px 70px #000000, -5px -5px 70px #000000, -5px -5px 70px #000000;
  top: calc(50% - 1.875rem);
  width: 100%;
  text-align: center;
  z-index: 99;
}

@media (max-width: 620px) {
  #banner-overlay {
    display: none;
  }
}

/* ----------------------------------------------- scroll bottom ----------------------------------------------- */

#scrollBottom {
  font-size: 0;
  border-radius: 50%;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  background-color: #f4f4f4;
  -webkit-animation: bounceAni 2s infinite 2s;
  animation: bounceAni 2s infinite 2s;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 20px;
  z-index: 50;
}

@media (min-width: 768px) {
  #scrollBottom {
    width: 40px;
    height: 40px;
    bottom: 45px;
  }
}

#scrollBottom:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

#scrollBottom::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
  border-left: 3px solid #2e3c48;
  border-bottom: 3px solid #2e3c48;
  -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;
}

@media (min-width: 768px) {
  #scrollBottom::after {
    width: 14px;
    height: 14px;
  }
}

@keyframes bounceAni {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

#scrollBottom:hover::after {
  border-color: #5d7891;
}

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

#content {
  text-align: left;
  padding-bottom: 30px;
  padding-top: 30px;
}

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

/* ------------------------------------------ h1, #content .legacy_h1, .legacy_h1 - h6, #content .legacy_h6, .legacy_h6, newslink ----------------------------------------- */

.h4link a:link,
.h4link a:hover,
.h4link a:visited,
h6, #content .legacy_h6, .legacy_h6,
h5, #content .legacy_h5, .legacy_h5,
h4, #content .legacy_h4, .legacy_h4,
h3, #content .legacy_h3, .legacy_h3,
h2, #content .legacy_h2, .legacy_h2,
h1, #content .legacy_h1, .legacy_h1 {
  color: #444444;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Catamaran", sans-serif;
}

h1, #content .legacy_h1, .legacy_h1,
h2, #content .legacy_h2, .legacy_h2 {
  color: #6b9600;
  font-weight: 500;
}

h1, #content .legacy_h1, .legacy_h1,
.h1 {
  font-size: 2.375rem;
}

h2, #content .legacy_h2, .legacy_h2,
.h2 {
  font-size: 2.1875rem;
}

h3, #content .legacy_h3, .legacy_h3,
.h3 {
  font-size: 2rem;
}

h4, #content .legacy_h4, .legacy_h4,
.h4,
.h4link a:link,
.h4link a:hover,
.h4link a:visited {
  font-size: 1.75rem;
}

h5, #content .legacy_h5, .legacy_h5,
.h5 {
  font-size: 1.5rem;
}

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

#newslinks,
#newsmandate {
  border: 1px solid #2e3c48;
}

/* ----------------------------------------------- footer ----------------------------------------------- */

#footer {
  background-color: #6b9600;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer > .row > div {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  #footer .row > .col-xs-12:not(:first-child)::before {
    background: #000000;
    content: " ";
    height: 1px;
    width: 100%;
    display: block;
    margin: 25px 0;
    opacity: 0.2;
  }
  #footer .row > .col-xs-12.hidden-xs ~ .col-xs-12::before,
  #footer .row > .col-xs-12.hidden-sm ~ .col-xs-12::before {
    display: none;
  }
}



#innerfooter a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: 400;
}

#innerfooter a:hover {
  text-decoration: underline;
}

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

#vernetzt {
  text-align: left;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 auto;
  font-weight: 400;
}

#vernetzt b {
  font-weight: 400;
}

#vernetzt span {
  color: #ffffff;
}

#vernetzt span span {
  display: block;
}

#vernetzt img {
  margin-right: 10px;
  max-height: 60px;
}

/* ---------------------------------------------- aktuelles ---------------------------------------------- */

#aktuellesBG {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
  background-size: cover;
  font-size: 1rem;
}

#aktuellesBG > div {
  padding-top: 150px;
  padding-bottom: 130px;
}

#aktuelles {
  background: url("../img/fusszeile-bogen.png") center bottom no-repeat;
}

@media (max-width: 991px) {
  #aktuelles {
    background-size: 992px auto;
  }
}

@media (min-width: 992px) {
  #aktuellesBG > div {
    padding-top: 290px;
    padding-bottom: 190px;
  }
}

#aktuelles .h1 {
  margin-bottom: 0;
  color: #6b9600;
  font-size: 2.1875rem;
  text-align: center;
  font-weight: 600;
}

#aktuelles .h2 {
  color: #6b583f;
}

#aktuelles .tab_link {
  margin-top: 12px;
}

@media (min-width: 768px) {
  #aktuelles .tab_link {
    margin-top: 30px;
  }

  #aktuelles .tab_link_entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #aktuelles .tab_link_entries {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #aktuelles .tab_link_entries + div {
    width: 50% !important;
    text-align: right;
    margin-left: 50%;
    margin-top: -80px;
  }
}

#aktuelles .tab_link_entry {
  padding: 30px;
  padding-top: 230px;
  border: 1px solid #6b9600;
  text-align: left;
  position: relative;
  background: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 991px) {
  #aktuelles .tab_link_entry {
    width: calc(50% - 15px);
  }

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

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

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

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

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

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

#aktuelles .tab_link_entry + .tab_link_entry {
  margin-top: 30px;
}

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

@media (min-width: 992px) {
  #aktuelles .tab_link_entry:nth-child(3) {
    margin-top: 0;
  }
}

/* #aktuelles .tab_link_entry::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: grey;
    background: url("../img/aktuelles-standard.jpg") center / cover no-repeat;
} */

#aktuelles .tab_link_entry .tab_preview_picture {
  display: block;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  height: 190px;
  overflow: hidden;
}

#aktuelles .tab_preview_picture img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  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%);
}

#aktuelles .tab_date {
  display: none;
  /* font-size: 1rem;
    position: absolute;
    left: 50%;
    top: 134px;
    z-index: 1;
    display: inline-block;
    padding: 4px 10px;
    background: #6b583f;
    color: #ffffff;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); */
}

#aktuelles .tab_link_title a {
  color: #6b9600;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
}

#aktuelles .tab_link_entry > div:nth-last-child(2) {
  color: transparent;
  line-height: 0;
}

#aktuelles .tab_link_entry > div:nth-last-child(2) > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(229, 130, 60, 0.8), rgba(229, 130, 60, 1) 150px);
  z-index: 1;
  color: #ffffff;
  text-align: center;
  font-size: 0;
  font-weight: 600;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
/* 
#aktuelles .tab_link_entry:hover div:nth-last-child(2) > a {
    opacity: 1;
}

#aktuelles .tab_link_entry div:nth-last-child(2) > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -60px;
    display: block;
    background: url("../img/mehr-erfahren.png") center no-repeat;
    width: 80px;
    height: 80px;
}

#aktuelles div:nth-last-child(2) > a::after {
    content: "mehr erfahren";
    margin-top: 100px;
    font-size: 1.25rem;
} */

#aktuelles .tab_link_mehr a {
  margin-top: 30px;
  color: #6b9600 !important;
  line-height: 1;
  display: inline-block;
  padding: 6px;
  border: 1px solid #6b9600;
}

#aktuelles .tab_link_mehr {
  text-align: right;
}

/* events */

#events {
  padding: 30px 0;
  background-image: url("../img/bg-tab.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#events #clr-events-hide,
#events .tab_link_mehr {
  display: none !important;
}

@media (max-width: 822px) {
  .clndr {
    display: none !important;
  }
}

@media (min-width: 822px) {
  #events .tab_link_entries {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  #events .tab_link_entry {
    flex: 1 1 33.33333%;
  }

  #events a {
    color: inherit;
  }

  #events .tab_link_title {
    font-weight: 500;
    margin-bottom: 15px;
  }
}

/* contact */

#contact-tab {
  text-align: center;
}

#contact-tab a {
  color: #ffffff;
}

#contact-tab a:hover {
  text-decoration: underline;
}

.intro-tab {
  background-color: #ffffff;
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}

.intro-tab .tab-banner {
  width: 100%;
  height: 175px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-tab img {
  width: 100%;
  height: 175px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-tab .tabHeadline {
  color: #6b9600;
  font-size: 1.5625rem;
  margin: 5px 0;
  font-weight: 500;
}

.intro-tab h1 {
  color: #6b9600;
  font-size: 1.5625rem;
  margin: 5px 0;
  font-weight: 500;
}


.intro-tab a {
  color: inherit;
}

body.intro main {
  padding: 60px 0 30px 0;
  background-attachment: fixed;
  background-size: cover;
}



body:not(.intro) main {
  background-image: url("../img/bg-main.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 100% auto;
}


.welcome {
  color: #fff;
  font-size: 60px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
}

.welcome::before {
  content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 73%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.6) 20%,rgba(0,0,0,0) 73%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.6) 20%,rgba(0,0,0,0) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: 0 auto;
}