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

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

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

a {
  color: #963c00;
}

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

b,
strong {
  font-weight: 600;
}

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

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

#topbar {
  background: #ed6c00;
  padding-top: 28px;
  padding-bottom: 10px;
}

/* ----------------------------------------------- contrast ----------------------------------------------- */

#contrast_style {
    display: inline-block;
padding: 0 15px 10px 15px;
background-color: #fff;
border-radius: 18px;
}

#contrast_style button {
    color: #000000;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-family: "Khand", sans-serif;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 0;
}

#contrast_style button::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -6px;
    top: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

#contrast_style *+* {
    margin-left: 10px;
}

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

#contrast_style button:nth-of-type(1)::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0.6) 50%);
}

#contrast_style button:nth-of-type(3)::after {
    background: #ea5b0c;
    border: none;
}

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

#search2,
#search {
  background: #f4f4f4;
  display: block;
  position: relative;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}

#search2 {
  border: 2px solid #fff;
}

@media (min-width: 576px) {
  #search {
    border-radius: 30px;
    height: 38px;
    max-width: 400px;
    max-width: 240px;
    margin: 0;
  }
}

#search_input2,
#search_input {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 38px;
  padding-left: 14px;
  padding-right: 14px;
  height: 38px;
  text-align: center;
  width: 100%;
}

@media (min-width: 576px) {
  #search_input {
    padding-right: 47px;
    text-align: left;
  }
}
#search_submit2,
#search_submit {
  font-size: 0;
  width: 100%;
  height: 38px;
  background: #3c3c3c url("../img/lupe-icon.png") center no-repeat;
  border: none;
  background-size: 14px 14px;
  padding: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  display: block;
  -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: 576px) {
  #search_submit {
    position: absolute;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    width: 48px;
    height: 48px;
    border: 5px solid #fff;
  }

  #search_submit:hover,
  #search_submit:focus {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

#search_input2::-ms-input-placeholder,
#search_input::-ms-input-placeholder {
  color: #6e6e6e !important;
}
#search_input2::-webkit-input-placeholder,
#search_input::-webkit-input-placeholder {
  color: #6e6e6e !important;
}

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

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

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

/* burgermenu for tablet */

#burgerButtonInner,
#burgerButtonInner2{
    color: #fff;
    background: #000;
}

@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: #ff7400;
    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: #3c3c3c;
    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);
  }
}

@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 > div {
    position: relative;
  }

  #menu {
    background-color: #3c3c3c;
  }

  #menubar {
    position: absolute;
    bottom: -57px;
    left: 0;
    right: 0;
  }

  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 .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;
  }

  .navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
  .navbar-default .navbar-nav li[class*="secondlevel"]:hover > u {
    z-index: 1003;
  }
}

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

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 10px 35px 15px 35px;
  text-transform: uppercase;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
}

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

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

  .navbar-default .navbar-nav > li > a {
    padding: 18px 4px;
    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: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: width 300ms linear, background-color 300ms linear;
  -moz-transition: width 300ms linear, background-color 300ms linear;
  -ms-transition: width 300ms linear, background-color 300ms linear;
  -o-transition: width 300ms linear, background-color 300ms linear;
  transition: width 300ms linear, background-color 300ms linear;
}

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

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

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

.navbar-nav > li:focus-within > a::before {
  width: 100%;
  background-color: #ffffff;
}

/* -------------------------------------- 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: 15px;
  }
}

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

  .navbar-default .navbar-nav > li > .dropdown-menu {
    margin-top: 6px;
    left: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    margin-left: 6px;
    margin-top: -30px;
    border-radius: 4px;
  }

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

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

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default
  .navbar-nav
  > li
  > .dropdown-menu
  > li
  > .dropdown-menu
  > li
  > a {
  color: #2e3c48;
  font-weight: 400;
  text-align: center;
  padding: 9px 35px;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
}

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

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

.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,
.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 {
  background: #ff7400;
  color: #1a1a1a;
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a,
.navbar-nav > li > .dropdown-menu > li:focus-within > a {
  background: #ff7400;
  color: #1a1a1a;
}

/* ------------------------------------------------ tabs ----------------------------------------------- */

#bg-right .tab {
  padding: 0;
  background-color: #f8f8f8;
  font-size: 1rem;
}

@media (max-width: 768px) {
  #bg-right .tab {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  #bg-right .tab {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  #bg-right .tab {
    font-size: 1.125rem;
  }
}

#bg-right .tab .tabHeadline {
  font-size: 1.125rem;
  margin: 0;
  text-transform: uppercase;
  color: #3c3c3c;
  font-weight: 700;
  text-align: center;
  padding: 18px 20px 15px 20px;
  border-bottom: 2px solid #ff7400;
  line-height: 1.2;
}

#bg-right .tab .tabContent {
  padding: 20px 25px;
  font-weight: 300;
  color: #232323;
}

.tab#veranstaltungen .tabContent {
  padding-top: 0;
}

.tab#veranstaltungen .tabContent .eventclndr-tab {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 20px;
}

#clr-events-hide > h3 {
  display: none;
}

.tab_link_title a {
  color: #3c3c3c;
  font-weight: 700;
  line-height: 1.4;
}

.tab_link_mandat a {
  color: #3c3c3c;
  font-weight: 400;
  line-height: 1.4;
}

.tab_spacer {
  height: 10px;
}

.tab#veranstaltungen .tab_link_mehr {
  color: transparent;
  margin-top: 10px;
}

.tab#veranstaltungen .tab_link_mehr a {
  color: #963c00;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
}

.tab#veranstaltungen .tab_link_mehr a:after {
  content: " erfahren \0203A";
}

#kontakt .tabContent a [href*"mailto:"] {
  font-weight: 300;
  text-transform: none;
}

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

#content {
  text-align: left;
}

main {
  padding-top: 50px;
}

main > .row {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

#tab16 {
  background-position: center;
  background-size: cover;
}

#tab16 .tabHeadline {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 40px;
  text-transform: uppercase;
}

#tab16 .tab {
  padding: 95px 20px 95px 120px;
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  #tab16 .tab::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.9);
    transform: skewX(-9deg);
    z-index: 1;
    left: 54px;
  }
}

@media (max-width: 575px) {
  #tab16 .tab {
    padding: 95px 20px 95px 20px;
    font-size: 1.125rem;
    background: rgba(255, 255, 255, 0.9);
  }

  #tab16 .row {
    margin: 0px;
  }

  #tab16 .col-xs-12 {
    padding: 0px;
  }
}

.galerieLink {
  position: absolute;
  display: inline-block;
  bottom: -1px;
  background-color: #ff7400;
  background-image: url(../img/icon-kamera.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: 80px;
  left: -31px;
  z-index: 12;
  transition: all, 300ms;
}

@media (max-width: 575px) {
  #tab16 .tab {
    padding-bottom: 105px;
  }

  .galerieLink {
    left: 60px;
  }
}

.galerieLink a {
  display: block;
  width: calc(100% + 90px);
  position: relative;
  left: -45px;
  height: 100%;
  text-decoration: none;
}

.galerieLink a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 45px;
  position: absolute;
  border-color: transparent transparent #ff7400 transparent;
  left: 0px;
  pointer-events: none;
  transition: all, 300ms;
}

.galerieLink a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 45px;
  position: absolute;
  border-color: transparent transparent transparent #ff7400;
  right: 0px;
  pointer-events: none;
  transition: all, 300ms;
}

.galerieLink:hover,
.galerieLink:focus {
  background-color: #1a1a1a;
}

.galerieLink a:hover::before,
.galerieLink a:focus::before {
  border-color: transparent transparent #1a1a1a transparent;
}

.galerieLink a:hover::after,
.galerieLink a:focus::after {
  border-color: transparent transparent transparent #1a1a1a;
}

#tab16 .tabHeadline,
#tab16 .template-page {
  z-index: 12;
  position: relative;
}

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

footer {
  background-color: #1a1a1a;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

@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 ----------------------------------------------- */

#innerfooter {
  font-size: 0.875rem;
}

#innerfooter ul {
  padding: 0;
}

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

#innerfooter li {
  display: inline-block;
}

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

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

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

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

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

#vernetzt b {
  color: #fff;
  font-weight: 700;
}

#vernetzt span {
  color: #ffffff;
}

#vernetzt span span {
  display: block;
}

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