@import url("https://fonts.verwaltungsportal.de/import/?family=Roboto:400,400i,500,500i,600,600i.700.700i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Roboto+Slab:400,400i,600,600i,700,700i");

body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
}

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

a {
  color: #8c1572;
}

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

b,
strong {
  font-weight: 600;
}

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

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

#logo {
  display: inline-block;
  position: absolute;
  top: -48px;
}

#logo img {
  display: block;
}

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

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

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

#topbar {
  position: absolute;
  width: 100%;
  background-color: rgba(141, 21, 115, 0.9);
}

#topbar::before {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(141, 21, 115, 0.6);
  height: 20px;
  width: 100%;
  bottom: -20px;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
  #burgerButton {
    font-size: 0;
    border: none !important;
    position: relative;
    z-index: 1002;
    display: block;
    width: 46px;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #ffffff;
    padding: 3px;
  }
  #burgerButton:before,
  #burgerButton:after,
  #burgerButtonInner {
    background-color: #8f1e77;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 2px;
    -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"]:before {
    opacity: 0;
  }
  #burgerButton[aria-expanded="true"]:after {
    -webkit-transform: rotate(45deg) translate(-4px, -6px);
    transform: rotate(45deg) translate(-4px, -6px);
  }
  #burgerButtonInner {
    top: 10px;
  }
  #burgerButton:before {
    top: 18px;
  }
  #burgerButton:after {
    top: 26px;
  }
  #burgerButton:before,
  #burgerButton:after {
    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.collapse.in {
    left: 0;
    opacity: 1;
    pointer-events: auto;
  }
  .navbar-header {
    height: 50px;
    width: 60px;
    border-radius: 2px;
    padding: 6px 8px;
    background-color: #ffffff;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 101;
    -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);
  }
  .navbar-collapse.in:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 90px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #topbar {
    position: relative !important;
  }
}

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

/* menu desktop */

@media (min-width: 992px) {
  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: 50%;
    transform: translateX(-50%);
    z-index: 1000;
  }
  nav.horizontally .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    position: absolute;
    left: 150%;
    top: 0;
  }
  nav.horizontally .navbar-nav > li,
  nav.horizontally .navbar-nav > li > .dropdown-menu > li {
    position: relative;
  }

  /* Fade in Hover Start */
  .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;
  }

  /* Pseudo */

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

  /* 3rd */

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

  /* Fade in Hover End */
}

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

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-family: "Roboto Slab";
  font-weight: 500;
  text-align: center;
  padding: 10px 35px 15px 35px;
  position: relative;
  font-size: 1.3125rem;
  line-height: 1.2;
  text-decoration: none;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid rgba(46, 60, 72, 0.2);
  }
  .navbar-default .navbar-nav > li > a {
    color: #8f1e77;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li + li {
    margin-left: 20px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 35px 0;
    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: 0%;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  transition: all 300ms;
}

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

@media (min-width: 992px) {
  .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 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .navbar-nav > li:focus-within > a {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .navbar-nav > li:hover > a::before,
  .navbar-nav > li > a:hover::before,
  .navbar-nav > li > a:focus::before,
  .navbar-nav > li.open > a::before,
  .navbar-nav > li.open > a:hover::before,
  .navbar-nav > li.open > a:focus::before,
  .navbar-nav > li[class$="_over"] > a::before,
  .navbar-nav > li[class$="_over"] > a:hover::before,
  .navbar-nav > li[class$="_over"] > a:focus::before {
    width: 100%;
  }
  .navbar-nav > li:focus-within > a::before {
    width: 100%;
  }
}

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

.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.9);
  -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);
  border-top: 3px solid #891470;
  border-bottom: 3px solid #891470;
}

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

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > .dropdown-menu,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    margin-top: -18px;
    margin-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: #0c0c0c;
  font-weight: 400;
  text-align: left;
  padding: 9px 25px;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
}

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

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

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

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

@media (min-width: 992px) {
  #slider {
    max-height: 500px;
  }
  body.index #slider {
    max-height: 850px;
  }
  #headerpic a.nivo-prevNav {
    left: 65px;
  }
  #headerpic a.nivo-nextNav {
    right: 65px;
  }
  .slider-wrapper,
  #slider {
    margin-top: -95px;
  }
}

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

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

.slider-mask {
  display: block;
  background: url(../img/Banner\ Maske.png);
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: center bottom;
}

.nivo-controlNav {
  bottom: 25px !important;
}

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

main {
  text-align: left;
  padding-top: 30px;
}

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

#content {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  #content {
    background: url(../img/pflanze-links.png), url(../img/pflanze-rechts.png);
    background-repeat: no-repeat;
    background-position: left top 20px, right top 50px;
    padding-bottom: 50px;
  }
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
  color: #8f1e77;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Roboto Slab", sans-serif;
}

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------- newsarea ----------------------------------------------- */

#newsarea {
  background-color: #faeefa;
  padding-top: 70px;
}

/* ---------------------------------------------- 6nw aktuelles ---------------------------------------------- */

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

#aktuelles .tab_link {
  margin: 30px 0px;
}

#aktuelles #newsHeadline {
  color: #801469;
  font-family: "Roboto Slab";
  font-size: 2.3125rem;
  font-weight: 600;
}

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

@media (min-width: 768px) {
  #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 {
  border-bottom: none !important;
  text-align: left;
  position: relative;
  background: #ffffff url(../img/overlay-aktuelles-in-tab.jpg);
  background-repeat: no-repeat;
  background-position: center top 150px;
  width: 100%;
  padding: 185px 30px 30px 30px;
  -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/Meldung-Platzhalter.jpg") center / cover no-repeat;
}

#aktuelles .tab_link_entry .tab_preview_picture {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  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 {
  font-size: 1.125rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 1;
  display: inline-block;
  padding: 7px 20px;
  background: #801469;
  color: #ffffff;
}

#aktuelles .tab_link_title a {
  color: #801469;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.2;
  text-decoration: none;
}

#aktuelles .vorschau {
  font-size: 1.125rem;
  font-weight: 400;
}

#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;
  bottom: -20px;
  background: #801469;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  font-size: 0;
  font-weight: 500;
  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;
  transition: all 300ms;
  padding: 20px 15px;
  left: 50%;
  transform: translateX(-50%);
}

#aktuelles .tab_link_entry:hover div:nth-last-child(2) > a,
#aktuelles .tab_link_entry:focus div:nth-last-child(2) > a {
  transform: translateX(-50%) scale(1.05);
  text-decoration: none;
}

#aktuelles div:nth-last-child(2) > a::after {
  content: "weiterlesen";
  font-size: 1.125rem;
}

#aktuelles a:hover,
#aktuelles a:focus {
  text-decoration: none;
}
/* ----------------------------------------- news button ---------------------------------------- */

#aktuelles .tab_link_mehr {
  color: transparent;
  font-size: 0;
  text-align: right;
}

#aktuelles .tab_link_mehr a {
  background: #801469;
  font-weight: 500;
  font-size: 0;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: all 300ms;
}

#firstMehr .tab_link_mehr a {
  background: #801469;
  font-weight: 500;
  font-size: 1.125rem;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: all 300ms;
}

#aktuelles .tab_link_mehr a:hover,
#aktuelles .tab_link_mehr a:focus {
  transform: scale(1.05);
}

/* ----------------------------------------------- lion ----------------------------------------------- */

#lion {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 300px 0 0 0;
}

#lion::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/Banner\ Maske\ 2.png);
  background-position: center top -100px;
  background-repeat: no-repeat;
  width: 100vw;
  height: 300px;
  top: 0;
}

#lion .tab {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 25px;
}

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

#lion .tabHeadline {
  color: #8d1573;
  font-family: "Roboto";
  font-size: 2.1875rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-bottom: 30px;
}

#lion .tabHeadline::before {
  display: block;
  position: absolute;
  content: "";
  height: 104px;
  width: 104px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  top: -122px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff url(../img/icon-partner.png);
  background-repeat: no-repeat;
  background-position: center;
}

#lion .tabHeadline::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #8d1573;
  height: 3px;
  width: 100%;
  max-width: 160px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#lion .tabContent {
  font-size: 1.125rem;
  font-weight: 400;
}

#lion .tabContent a {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  display: block;
  position: relative;
  background-color: #801469;
  width: 100%;
  margin-top: 30px;
  padding: 5px 10px;
  transition: all 300ms;
}

#lion .tabContent a:hover,
#lion .tabContent a:focus {
  text-decoration: none;
  transform: scale(1.05);
}

@media (max-width: 991px) {
  #lion .tab {
    max-width: 100%;
    margin: 200px 15px 45px 15px;
    padding: 30px 25px;
  }
}

#socialbar {
  background: rgba(141, 21, 115, 0.8);
  padding: 5px 0px;
  margin-top: 45px;
}

#socialbar > .row {
  padding: 7px 15px;
}

#socialbar img + img {
  margin-left: 15px;
}

#socialbar .tiny_p {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  #socialbar .tiny_p {
    justify-content: center;
  }
}

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

footer {
  background-color: #8d1573;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}

@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 ul {
  padding: 0;
}

#innerfooter li {
  display: inline-block;
}

#innerfooter a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
}

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

#innerfooter li + li::before {
  content: "•";
  margin: 0 15px;
  color: #ffffff;
}

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

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

#vernetzt {
  text-align: right;
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 auto;
  font-weight: 500;
  display: inline-block;
}

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

#vernetzt b {
  color: #ffffff;
  font-weight: 500;
}

#vernetzt span {
  color: #ffffff;
}

#vernetzt span span {
  display: block;
}

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