@import url("https://fonts.verwaltungsportal.de/import/?family=Roboto:300,400,500&7CMerriweather:400,400i,700,700i");
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  font-size: 1rem;
  /* 1rem = 16px */
  line-height: 1.5;
}

@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}

a {
  color: #a80000;
}

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

#content a {
  text-decoration: underline;
}

b,
strong {
  font-weight: 500;
}

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

#quicklinks a {
  color: #000000;
}

#quicklinks a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875rem;
}

#quicklinks a:hover {
  color: #000000;
  text-decoration: underline;
}

@media (max-width: 991px) {
  #quicklinks a {
    display: inline;
  }
  #quicklinks a::after {
    content: "\A";
    white-space: pre;
  }
}

@media (min-width: 992px) {
  #quicklinks a + a::before {
    content: "•";
    margin: 0 15px;
    color: #000000;
  }
}

@media (min-width: 1200px) {
  #menufooter a + a::before {
    margin: 0 25px;
  }
}
/* ----------------------------------------------- logo ----------------------------------------------- */

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

@media (min-width: 992px) {
  #topbar > .row:first-child {
    padding-bottom: 20px;
  }
}

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

/* ----------------------------------------------- suche ----------------------------------------------- */
#search {
  height: 40px;
  background: #fff;
  border: 1px solid #bbbbbb;
  display: block;
  position: relative;
}
#search_input {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 43px;
  height: 40px;
  width: 100%;
}
#search_submit {
  width: 33px;
  background: #fff url("../img/lupe-icon1.png") center no-repeat;
  padding: 0;
  cursor: pointer;
  line-height: 33px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 0;
  -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_input::-ms-input-placeholder {
  color: #000000 !important;
}
#search_input::-webkit-input-placeholder {
  color: #000000 !important;
}
#search_input::-moz-placeholder {
  opacity: 1;
}
#search_input:-moz-placeholder {
  opacity: 1;
}

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

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

#menu {
  padding-top: 22px;
  padding-bottom: 22px;
  background: #fff;
}

/* 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: #ffffff;
    border: none !important;
    -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: #000000;
    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: #fff;
    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;
  }
  .dropdown-toggle-button-wrapper {
    top: 7px;
  }
  .dropdown-toggle-button-wrapper2 {
    top: 3px;
  }
}

@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: 22px;
    padding-bottom: 15px;
    border-bottom: 10px solid #c10000;
    position: relative;
  }

  #topbar > .row:last-child {
    position: relative;
  }
  #topbar > .row:last-child::before {
    content: "";
    position: absolute;
    width: 58px;
    height: 78px;
    right: 0%;
    bottom: -60px;
    pointer-events: none;
    background: url(../img/bell.png) no-repeat;
    z-index: 55;
  }
  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;
  }
  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;
  }

  nav.horizontally .dropdown-menu {
    min-width: 390px;
  }
}

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

.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-weight: 500;
  text-align: left;
  padding: 12px 15px;
  position: relative;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  nav.horizontally .navbar-nav > li > a.dropdown-toggle {
    padding-right: 35px;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li + li {
    margin-left: 20px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 18px 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: 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;
  }
}

/* -------------------------------------------- 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: #a80000;
}

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

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

.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

@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: 4px;
    padding-bottom: 4px;
  }
  .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-top: -4px;
    margin-left: 15px;
  }
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu::before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    top: 0;
    bottom: 0;
    left: -15px;
  }
}

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

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

@media (max-width: 991px) {
  nav.horizontally .navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle2 {
    padding-right: 35px;
  }
}

/* ------------------------------------------ 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 {
  background: #a80000;
  color: #ffffff;
}

.navbar-nav > li > .dropdown-menu > li:focus-within > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
  background: #a80000;
  color: #ffffff;
}

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

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

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

  .nivo-directionNav a {
    top: auto !important;
    bottom: 35px;
  }
  #headerpic {
    background-attachment: fixed;
    background-size: cover;
  }
}

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

.slider-wrapper {
  height: 100%;
}

.slider-mask {
  display: none;
}

#bannerOverlay {
  color: #000000;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}

#bannerOverlay a {
  color: #000000;
}

#bannerOverlay b,
#bannerOverlay strong {
  text-transform: uppercase;
}

.slogan {
  padding: 15px 0;
  position: relative;
  text-align: right;
}
@media (min-width: 768px) {
  .slogan {
    padding: 15px 20px;
  }
}

@media (min-width: 992px) {
  .slogan {
    padding: 80px 20px;
    position: relative;
    text-align: right;
  }
  #bannerOverlay {
    font-size: 1.5rem;
  }
}

.slogan p strong {
  border-bottom: 5px solid #a4110e;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 5px;
  display: inline-block;
  font-size: 1.75rem;
}

@media (max-width: 767px) {
  .slogan p strong {
    border-bottom: 3px solid #a4110e;
    font-size: 1rem;
  }
}

.slogan p em {
  color: #000;
  padding: 5px;
  margin-top: 2px;
}

@media (min-width: 992px) {
  .slider-mask {
    display: block;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0) 300px);
  }

  #bannerOverlay {
    position: absolute;
    width: 100%;
    z-index: 55;
    top: 55px;
  }
  .slogan p em {
    background: rgba(255, 255, 255, 0.9);
  }
  .slogan p strong {
    margin-bottom: 15px;
    font-size: 2.125rem;
  }
}

#leitspruch {
  min-height: 170px;
}
/* ------------------------------------------------- tabs1 ------------------------------------------------ */

@media (max-width: 991px) {
  .tab,
  #search,
  #iconButtons {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

#tabs1 {
  padding-top: 30px;
}

@media (max-width: 575px) {
  #tabs1 > .row > div + div {
    margin-top: 15px;
  }
}

@media (min-width: 576px) {
  #tabs1 > .row > div + div:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  #tabs1 > .row > div + div {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  #tabs1 {
    padding-top: 0;
    position: relative;
    z-index: 60;
    margin-top: -60px;
  }
}

@media (min-width: 1200px) {
  #tabs1 {
    margin-top: -120px;
  }
}

#tabs1 .tab {
  text-transform: uppercase;
  font-size: 1.5625rem;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
  padding: 20px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #a80000;
  min-height: 100px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}

@media (min-width: 992px) {
  #tabs1 .tab {
    min-height: 185px;
  }
}

#tabs1 .tab:hover {
  background-size: auto 100%;
}

#tabs1 .tabHeadline,
#tabs1 .tab a,
#tabs1 .tab h1,
#tabs1 .tab h2,
#tabs1 .tab h3,
#tabs1 .tab h4,
#tabs1 .tab h5,
#tabs1 .tab h6 {
  color: #ffffff;
}

#tabs1 .tab .row,
#tabs1 .tab .row > div {
  margin: 0;
  padding: 0;
  position: static;
}

/* ------------------------------------------------- tabs2 ------------------------------------------------ */

#tabs2,
#tabsFirst {
  padding-top: 30px;
}

#tabs2 .clndr {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 575px) {
  #tabs2 > .row > div + div:not(:nth-child(2)),
  #tabsFirst > .row > div + div:not(:nth-child(2)) {
    margin-top: 15px;
  }
}

@media (min-width: 576px) {
  #tabs2 > .row > div + div:not(:nth-child(2)):nth-child(3),
  #tabsFirst > .row > div + div:not(:nth-child(2)):nth-child(3) {
    margin-top: 0;
  }

  #tabs2 > .row:first-child,
  #tabsFirst > .row:first-child {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  #tabs2 > .row > div + div:not(:nth-child(2)),
  #tabsFirst > .row > div + div:not(:nth-child(2)) {
    margin-top: 30px;
  }
}

#tabs2 hr,
#tabsFirst hr {
  margin: 0 0 30px 0;
}

#tabs2 .tab,
#tabsFirst .tab {
  padding: 10px;
  color: #000000;
  background: #fff;
  font-size: 1rem;
  font-weight: 300;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .tabRow .tab,
  #tabsFirst .tab {
    min-height: 100%;
  }

  .spaceBottom {
    margin-bottom: 30px;
  }
}
.kalender:hover,
.kalender:focus,
#tabs2 .tab:hover,
#tabs2 .tab:focus,
#tabsFirst .tab:hover,
#tabsFirst .tab:focus {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#tabs2 .tab h1,
#tabs2 .tab h2,
#tabs2 .tab h3,
#tabs2 .tab h4,
#tabs2 .tab h5,
#tabs2 .tab h6,
#tabsFirst .tab h1,
#tabsFirst .tab h2,
#tabsFirst .tab h3,
#tabsFirst .tab h4,
#tabsFirst .tab h5,
#tabsFirst .tab h6 {
  color: #000000;
  margin: 0 0 10px 0;
  font-size: 1.25rem;
}

#tabs2 .tab.kalender a {
  display: inline-block;
  background: transparent;
  border-radius: 2px;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none !important;
  padding: 0;
  margin-top: 0px;
}

.kalender .tab_link_title a {
  display: inline-block;
  background: #a80000;
  border-radius: 2px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none !important;
  padding: 6px 12px;
  margin-top: 20px;
}

.kalender .tab_link_mehr,
.kalender .tab_link_mehr a {
  font-size: 0;
  text-align: left !important;
}

.kalender .tab_link_mehr a {
  text-align: left !important;
  display: inline-block;
  background: #a80000;
  border-radius: 2px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none !important;
  padding: 6px 12px;
  margin-top: 20px;
}

.kalender a:hover,
.kalender a:focus {
  background: #740000;
  color: #ffffff;
}

@media (max-width: 991px) {
  #tabs2.bgGrey,
  #content .bgGrey {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  #tabsFirst > .row > div > .row > * + * {
    margin-top: 30px;
  }
  #tabsFirst > .row > div > .row > *:nth-child(2) {
    margin-top: 0;
  }
  #tabsFirst .tab {
    height: 100%;
    min-height: 100%;
  }
}

@media (max-width: 767px) {
  #tabsFirst > .row > div > .row > *:nth-child(2) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------- tab buttons ---------------------------------------------- */

#tabs2 .tab a:not(.has-image):not([rel]),
#tabs3 .tab a:not(.has-image):not([rel]) {
  display: inline-block;
  background: #a80000;
  border-radius: 2px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 12px;
  margin-top: 20px;
}

#tabs2 .tab a:not(.has-image):not([rel]):hover,
#tabs2 .tab a:not(.has-image):not([rel]):focus,
#tabs3 .tab a:not(.has-image):not([rel]):hover,
#tabs3 .tab a:not(.has-image):not([rel]):focus {
  color: #ffffff;
  background: #740000;
}

#tabsFirst a {
  display: inline-block;
  color: #a80000;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 992px) {
  #tabsFirst a {
    font-size: 1.5625rem;
  }
}

#tabsFirst .tabRow a {
  word-break: break-all;
}

#tabsFirst img {
  height: auto !important;
}

.bgGrey .tab {
  background: #ffffff;
  padding: 15px;
}

.bgGrey {
  background: #f0f0f0;
  padding: 15px;
  height: 100%;
}

.index .bgGrey {
  background: #f0f0f0;
  padding: 15px;
}

.index .bgGrey .tab {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 0;
}

.notrufnummer {
  text-align: center;
  padding: 30px 0;
  color: #a80000;
}

.notrufnummer h1,
.notrufnummer h2,
.notrufnummer h3 {
  color: #a80000;
  font-weight: 700;
}
/* ------------------------------------------------ content ----------------------------------------------- */

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

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

hr,
.hrstyle {
  height: 2px;
  opacity: 1;
  background: #c10000;
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
  color: #2f3742;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Merriweather", sans-serif;
}

h1 i,
h1 em,
.h1 i,
.h1 em,
h2 i,
h2 em,
.h2 i,
.h2 em,
h3 i,
h3 em,
.h3 i,
.h3 em,
h4 i,
h4 em,
.h4 i,
.h4 em,
h5 i,
h5 em,
.h5 i,
.h5 em,
h6 i,
h6 em,
.h6 i,
.h6 em {
  font-style: normal;
  color: #a80000;
}

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

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

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

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

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

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

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

/* ------------------------------------------------- tabs3 ------------------------------------------------ */

#tabs3 {
  padding-bottom: 30px;
}

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

@media (max-width: 991px) {
  #tabs3 > .row > div + div:not(:nth-child(2)) {
    margin-top: 30px;
  }
}

#tabs3 hr {
  margin: 0 0 30px 0;
}

@media (min-width: 992px) {
  #tabs3 hr {
    margin: 0 0 60px 0;
  }
}

#tabs3 #search,
#iconButtons a {
  min-height: 102px;
  text-align: center;
  display: block;
  color: #ffffff;
  background-color: #a80000;
  background-position: center bottom 45px;
  background-repeat: no-repeat;
  padding: 15px 10px;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Merriweather", sans-serif;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
}

#tabs3 #search:hover,
#tabs3 #search:focus,
#iconButtons a:hover,
#iconButtons a:focus {
  background-color: #a80000;
}

#tabs3 #search {
  background-image: url("../img/lupe-icon.png");
}

#iconButtons a {
  margin-top: 30px;
  background-image: url("../img/werkzeug-icon.png");
}

@media (min-width: 992px) {
  #iconButtons,
  #iconButtons a,
  #tabs3 #search {
    flex-grow: 1;
  }
  #iconButtons,
  #iconButtons .template-page > .row > div > p:first-child {
    display: flex;
    flex-direction: column;
  }
  #iconButtons .template-page,
  #iconButtons .template-page > .row,
  #iconButtons .template-page > .row > div,
  #iconButtons .template-page > .row > div > p:first-child {
    height: 100%;
  }
}

#tabs3 .tab {
  background: #f7f7f7;
  padding: 30px 25px;
  font-weight: 300;
  font-size: 1rem;
  color: #474747;
  height: 100%;
  min-height: 100%;
}

#tabs3 .tab .tabHeadline {
  font-size: 1.25rem;
  margin: 0 0 10px 0;
}

#clr-events-hide {
  line-height: 18px !important;
  font-size: 0.875rem !important;
}
/* ----------------------------------------------- Styler ----------------------------------------------- */
@media (min-width: 992px) {
  #style span {
    margin-right: 20px;
  }

  #style {
    margin-bottom: 40px;
    font-family: "Merriweather", sans-serif;
  }

  #style button {
    font-size: 18px;
    background: transparent;
    padding: 0;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    position: relative;
    line-height: 1;
    -webkit-transition: color 150ms linear;
    -moz-transition: color 150ms linear;
    -ms-transition: color 150ms linear;
    -o-transition: color 150ms linear;
    transition: color 150ms linear;
  }
  #style button + button {
    margin-left: 8px;
  }
  #style button:hover {
    color: #fff;
  }
}

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

#footer {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  color: #000000;
}

@media (min-width: 992px) {
  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.0625rem;
  }
}

#footer .tabHeadline {
  color: #a80000;
  margin: 0 0 10px 0;
}

@media (min-width: 992px) {
  #footer .tabHeadline {
    font-size: 2.1875rem;
  }
}

#footer ul {
  list-style: none;
}

#footer ul li {
  position: relative;
  padding: 6px 0 6px 38px;
}

#footer ul li::after {
  content: "";
  display: block;
  background: url("../img/check.png") center no-repeat;
  width: 28px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 6px;
}

/* ----------------------------------------------- footer2 ----------------------------------------------- */

#footer2 {
  background-color: #333333;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
}

@media (max-width: 991px) {
  #footer2 > .row > div + div {
    margin-top: 20px;
  }
}

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

#footer2 .footerTab a {
  color: #ffffff;
  text-decoration: underline;
}

#footer2 h1,
#footer2 h2,
#footer2 h3,
#footer2 h4,
#footer2 h5,
#footer2 h6 {
  color: #ffffff;
}

#innerfooter ul {
  padding: 0;
  line-height: 1.8;
}

#innerfooter a {
  color: #ffffff;
}

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

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

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

#vernetzt span span {
  display: block;
}

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

/* ------------------------------------------- scroll top ------------------------------------------ */

#scrollTopBtn {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  padding: 8px 48px 8px 0;
}

#scrollTopBtn::after,
#scrollTopBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

#scrollTopBtn::after {
  width: 34px;
  height: 34px;
  border: 2px solid #ffffff;
  right: 0;
  margin-top: -18px;
  -webkit-transition: border 300ms linear;
  -moz-transition: border 300ms linear;
  -ms-transition: border 300ms linear;
  -o-transition: border 300ms linear;
  transition: border 300ms linear;
}

#scrollTopBtn:hover::after,
#scrollTopBtn:focus::after {
  border-color: #d92020;
}

#scrollTopBtn::before {
  margin-top: -3px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #ffffff transparent;
}

body:not(.noListStyle) main ul:not([class*="menue"]):not([class*="slick-dots"]):not(.units) li:not(.gallery-list-item):not(.album-list-item):nth-of-type(2n + 2):not(.entry):not(.unit-title) {
  background: rgba(0, 0, 0, 0);
}
