@import url("https://fonts.verwaltungsportal.de/import/?family=Jost:400,500,600,400i,500i,600i,700,700i%7COswald:400,400i,500,500i,700,700i");

html {
  max-width: 1930px;
  margin-left: auto;
  margin-right: auto;
  background: #cfd4df;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  scrollbar-color: #a82d2d #ffffff;
  scrollbar-width: thin;
}

body {
  font-family: "Jost", sans-serif;
  color: #444444;
  background: #ffffff;
  font-size: clamp(1rem, 2vw, 1.125rem);
  /* 1rem = 16px */
  line-height: 1.5;
}

a {
  color: #172e6d;
}

#content a {
  font-style: italic;
}

a:is(:hover, :focus) {
  color: #172e6d;
  text-decoration: underline;
}

#content b,
#content strong {
  font-weight: 600;
}

b,
strong {
  font-weight: 700;
}

.overflow {
  overflow: clip;
  position: relative;
}

@media (min-width: 1200px) {
  .row {
    max-width: 1600px;
    width: 100%;
  }
}

/* ----------------------------------------- optionsbar ----------------------------------------- */

@media (max-width: 991px) {
  #optionsbar {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 992px) {
  #optionsbar {
    padding: 14px 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s 0s linear;
    overflow: hidden;
  }

  .is-sticky #optionsbar {
    height: 0;
    padding: 0;
    border-color: transparent;
  }

  #optionsbar>*+* {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}

#optionsbar>* {
  padding: 0 29px;
}

/* -------------------------------------- contrast +styler -------------------------------------- */

:is(#contrast_style, #style) h2 {
  font-size: 1rem;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0 5px 0 0;
  width: unset;
}

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

#style {
  padding-right: 20px;
}

#style button {
  padding: 0 9px;
  border: none;
  color: #444444;
  display: inline-block;
  font-weight: 400;
  background: transparent;
  position: relative;
  line-height: 1;
  font-size: 1rem;
}

#style button:is(:hover, :focus) {
  color: #a82d2d;
}

#style button+button::before {
  content: "|";
  position: relative;
  left: -9px;
  color: #444444;
}

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

#search {
  background: transparent;
  display: inline-flex;
  padding-right: 0;
}

#search_input {
  color: #444444;
  font-size: 1rem;
  font-style: normal;
  background: transparent;
  padding: 3px 0;
  border: 0;
  width: 100%;
  max-width: 180px;
}

#search_submit {
  min-width: 33px;
  flex-shrink: 0;
  background: url("../img/icon-suche.png") center no-repeat;
  padding: 0;
  cursor: pointer;
  border: none;
  font-size: 0;
}

#search_submit:is(:hover, :focus) {
  background-color: rgba(0, 0, 0, 0.1);
}

#search_input::placeholder {
  color: #444444 !important;
  opacity: 1 !important;
  font-style: normal !important;
}

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

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #logo {
    margin: 20px 0 15px 0;
    transition: all 0.1s 0s linear;
    overflow: hidden;
  }

  .is-sticky #logo {
    height: 0;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .is-sticky #logo {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

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

/* #region ---------------------------------- navigation ---------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
  nav.horizontally {
    position: static !important;
    padding: 20px 0 18px 0;
  }

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

  #burgerButton::before,
  #burgerButton::after,
  #burgerButtonInner {
    background-color: #a82d2d;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 10px;
    transition: transform 200ms linear, opacity 200ms linear;
  }

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

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

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

  #burgerButtonInner {
    top: 16px;
  }

  #burgerButton::before {
    top: 24px;
    content: "";
  }

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

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

  .navbar-collapse {
    width: calc(100% - 90px);
    max-width: 300px;
    top: 0;
    background: #ffffff;
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 100;
    height: auto !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow-y: auto;
    transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
    box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
  }

  .navbar-collapse:is([aria-expanded="true"], .in) {
    left: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
  }

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

  .dropdown-toggle-button-wrapper {
    top: 9px;
  }

  .dropdown-toggle-button-wrapper2 {
    top: 5px;
  }
}

/* menu desktop */

@media (min-width: 992px) {
  nav.horizontally {
    background: #ffffff;
    transition: all 0.2s 0s linear;
  }

  .is-sticky nav.horizontally {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18);
  }

  nav.horizontally .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  nav.horizontally .navbar-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block !important;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms linear;
  }

  nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
    left: 100%;
    top: 0;
  }

  nav.horizontally .navbar-nav li {
    position: relative;
  }

  nav.horizontally .navbar-nav li:is(.open, :hover)>ul,
  nav.horizontally .navbar-nav li.open:focus-within>ul,
  nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible;
  }

  nav.horizontally .navbar-nav li.open>ul {
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden;
  }

  nav.horizontally .navbar-nav li:is(:hover, :focus)>ul {
    z-index: 1003;
  }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
  color: #172e6d;
  font-weight: 500;
  text-align: left;
  padding: 12px 15px;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
  font-family: "Oswald", serif;
}

@media (max-width: 991px) {
  nav.horizontally li[class*="toplevel"] {
    border-bottom: 1px solid rgba(46, 60, 72, 0.2);
  }

  nav.horizontally a[class*="toplevel"].dropdown-toggle {
    padding-right: 35px;
  }
}

@media (min-width: 992px) {
  nav.horizontally li[class*="toplevel"]+li {
    margin-left: 15px;
  }

  nav.horizontally a[class*="toplevel"] {
    padding: 42px 0 31px 0;
    text-align: center;
    font-size: clamp(1rem, 1.2vw, 1.4375rem);
  }

  nav.horizontally a[class*="toplevel"].dropdown-toggle::before,
  nav.horizontally a[class*="toplevel"].dropdown-toggle::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1004;
    background-color: #172e6d;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
  }

  nav.horizontally a[class*="toplevel"].dropdown-toggle::before {
    width: 3px;
    top: 80px;
    transition: all 150ms linear;
  }

  nav.horizontally a[class*="toplevel"].dropdown-toggle::after {
    width: 0;
    bottom: -25px;
    border-radius: 50%;
    transition: all 300ms linear;
  }
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open>a,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"]>a,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
  color: #a82d2d;
}

@media (min-width: 992px) {

  nav.horizontally li[class*="toplevel"]:hover>a.dropdown-toggle::before,
  nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle::before,
  nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle:is(:hover, :focus)::before {
    height: 45px;
  }

  nav.horizontally li[class*="toplevel"]:hover>a.dropdown-toggle::after,
  nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle::after,
  nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle:is(:hover, :focus)::after {
    width: 15px;
    height: 15px;
  }
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
  background-color: #ffffff;
  box-shadow: -1px 0px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  nav.horizontally [class*="toplevel"] ul {
    box-shadow: inset -1px 0px 5px 0 rgba(0, 0, 0, 0.2);
  }

  nav.horizontally [class*="toplevel"]>ul {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.65);
  }

  nav.horizontally [class*="secondlevel"]>ul {
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 992px) {
  nav.horizontally [class*="toplevel"]>ul {
    padding: 50px 0 18px 0;
    left: 50%;
    transform: translate(-50%);
    margin-top: -10px;
  }

  nav.horizontally [class*="secondlevel"]>ul {
    padding: 18px 0;
    margin-top: -18px;
    margin-left: 20px;
  }

  nav.horizontally [class*="secondlevel"]>ul::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    top: 0;
    bottom: 0;
    left: -20px;
  }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  color: #444444;
  font-weight: 400;
  text-align: left;
  padding: 7px 16px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
}

@media (max-width: 991px) {
  nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
    padding-right: 35px;
  }

  nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    margin: 0 15px;
  }

  nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])+li:not(:nth-child(2)) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::before {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #172e6d;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: all 200ms;
  transform: translate(-50%, -50%);
}

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
  color: #a82d2d;
}

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus)::before {
  width: 6px;
  height: 6px;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */

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

#slider {
  max-height: clamp(300px, 45vw, 450px);
  position: relative;
  line-height: 0;
}

@media (min-width: 992px) {
  body.index #slider {
    max-height: clamp(300px, 67vw, 522px);
  }

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

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

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

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

.slider-mask {
  display: block;
  background: linear-gradient(to top, rgba(14, 50, 121, 0.75) 0%, rgba(255, 255, 255, 0.1) 60%);
}

#slogan {
  color: #ffffff;
  font-weight: normal;
  padding: 15px;
  line-height: 1;
}

@media (max-width: 767px) {
  #bannerOverlay {
    background: rgba(61, 31, 9, 0.75);
  }
}

@media (min-width: 768px) {
  #slogan {
    display: inline-block;
    margin-bottom: -72px;
  }

  #bannerOverlay {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: 0;
    z-index: 53;
    pointer-events: none;
  }
}

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

main {
  overflow: hidden;
}

#content {
  text-align: left;
  padding-top: clamp(30px, 4vw, 70px);
  padding-bottom: clamp(30px, 6vw, 100px);
  position: relative;
}

@media (min-width: 1200px) {
  #content>.row::before {
    content: "";
    position: absolute;
    background: url(../img/deko-trommel.png);
    width: 229px;
    height: 326px;
    bottom: -190px;
    z-index: 12;
    pointer-events: none;
    left: -140px;
    background-repeat: no-repeat;
    display: block;
  }

  #content>.row::after {
    content: "";
    position: absolute;
    right: -140px;
    top: 160px;
    height: 261px;
    width: 355px;
    background: url(../img/deko-trompete-gross.png) center top no-repeat;
  }
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
  color: #a82d2d;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}

h1,
.h1,
.legacy_h1 {
  font-size: clamp(1.875rem, 5vw, 2.9375rem);
}

h2,
.h2,
.legacy_h2 {
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
}

h3,
.h3,
.legacy_h3 {
  font-size: clamp(1.625rem, 4vw, 2.1875rem);
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
}

h5,
.h5,
.legacy_h5 {
  font-size: clamp(1.375rem, 3vw, 1.625rem);
}

h6,
.h6,
.legacy_h6 {
  font-size: clamp(1.25rem, 2.5vw, 1.375rem);
}

/* #region ------------------------------------- events ------------------------------------------- */

#event .eventtitle .tabHeadline {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}

#event .eventcontent {
  margin-top: 45px;
  padding: 70px 0 70px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #444444;
  position: relative;
}

#event .eventcontent .tab_link_entries {
  display: grid;
  gap: 30px;
  flex-grow: 1;
}

@media (min-width: 992px) {
  #event .eventcontent .tab_link_entries {
    grid-template-columns: repeat(3, 1fr);
  }
}

#event .eventcontent .tab_link_entry {
  background-color: #ffffff;
  padding: 20px 25px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}

#event .eventcontent .tab_link_title a {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #444444;
  display: inline-block;
}

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

#event .tab_spacer {
  display: none;
}

/* button */

#event .eventcontent>.row>* {
  display: grid;
  gap: 30px;
}

@media (min-width: 576px) {
  #event .eventcontent>.row>* {
    display: flex;
  }

  #event .eventcontent>.row>*>*:nth-child(2) {
    width: 70px !important;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  #event .eventcontent .tab_link>.tab_link_entries {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  #event .eventcontent>.row>* {
    column-gap: 60px;
  }
}

#event .eventcontent>.row>*>*:nth-child(2) :is(.tab_link_mehr, .tab_link_mehr a) {
  font-size: 0px;
  height: 100%;
}

@media (max-width: 575px) {
  #event .eventcontent>.row>*>*:nth-child(2) :is(.tab_link_mehr, .tab_link_mehr a) {
    height: 60px;
    max-width: inherit;
  }
}

#event .eventcontent>.row>*>*:nth-child(2) .tab_link_mehr a {
  display: block;
  position: relative;
  color: #ffffff;
  background-color: #a82d2d;
  border: solid 1px #fff;
  max-width: 100%;
  width: 100%;
}

#event .eventcontent>.row>*>*:nth-child(2) .tab_link_mehr a:is(:hover, :focus) {
  background-color: #172e6d;
}

#event .eventcontent>.row>*>*:nth-child(2) .tab_link_mehr a::after {
  content: "\00BB";
  font-size: 60px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  line-height: 38px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  text-align: center;
  pointer-events: none;
}

/* #endregion ---------------------------------- news ------------------------------------------- */

/* ----------------------------------- tabHeadline with dekoration ------------------------------ */

.tabHeadline {
  position: relative;
}

:is(#tabs .tabHeadline:not(.no-decoration), #event .eventtitle)::before,
:is(#tabs .tabHeadline:not(.no-decoration), #event .eventtitle)::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background: #172e6d;
  z-index: 2;
  transform: translate(-50%, 0);
}

#event .eventtitle::before,
#event .eventtitle::after {
  left: 30px !important;
}

@media (min-width: 1200px) {

  #event .eventtitle::before,
  #event .eventtitle::after {
    left: 11% !important;
  }
}

:is(#tabs .tabHeadline:not(.no-decoration), #event .eventtitle)::before {
  width: 3px;
  height: 65px;
  bottom: -80px;
}

:is(#tabs .tabHeadline:not(.no-decoration), #event .eventtitle)::after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  bottom: -90px;
}

/* #region ------------------------------------- tabs ------------------------------------------- */

#tabs {
  padding: clamp(40px, 35vw, 153px) 0 calc(80px + 176px) 0;
  background-position: top center, top center;
  background-attachment: scroll, fixed;
  background-size: cover, cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 1200px) {
  #tabs>.row::before {
    content: "";
    position: absolute;
    background: url(../img/deko-trompete.png);
    width: 273px;
    height: 217px;
    top: 0;
    z-index: 12;
    pointer-events: none;
    left: -305px;
    background-repeat: no-repeat;
    display: block;
  }
}

.socialMedia {
  justify-content: center;
  display: flex;
  padding-left: 70px !important;
  padding-right: 70px !important;
  align-items: center;
}

@media (max-width: 991px) {
  #tabs {
    box-shadow: inset 0 0 0 100vw rgba(255, 255, 255, 0.9);
  }
}

#tabs>.row {
  row-gap: 30px;
  max-width: 1308px;
  width: 100%;
}

#tabs .tabHeadline {
  margin-bottom: 60px;
  flex-grow: 0;
}

@media (min-width: 1200px) {
  #tabs>.row>.col-xs-12 {
    padding: 0;
    flex: 0 0 33.33%;
    min-width: calc(33.33% - 65px);
    max-width: calc(33.33% - 65px);
  }

  #tabs>.row>.col-xs-12+.col-xs-12 {
    margin-left: 97px;
  }
}

#tabs .tabContent {
  padding: 55px 20px 25px 20px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  flex-grow: 1;
  position: relative;
}

@media (min-width: 992px) {
  #tabs .tabContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#tabs .iframetab .tabContent {
  padding: 0;
}

@media (min-width: 1200px) {

  #tabs .iframetab .tabContent {
    margin-bottom: -85px;
  }
}

#tabs .tab .template-page a {
  font-style: italic;
}

#tabs .iframetab :is(iframe, .iframe-wrapper-manual-enabling) {
  display: block;
  min-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 768px) {

  #tabs .iframetab .row,
  #tabs .iframetab .row>div {
    position: static;
  }

  #tabs .iframetab :is(iframe, .iframe-wrapper-manual-enabling) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.mapHeadline {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 10px !important;
}

/* #endregion ---------------------------------- tabs ------------------------------------------- */

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

footer::before {
  content: "";
  height: 8px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -16px;
  background: #fff;
}

.footer1 {
  padding: 18px 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.footer1>.row {
  row-gap: 18px;
}

.footer2 {
  padding: 20px 0;
  position: relative;
}

.logoBereich {
  margin-top: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .logoBereich img {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

footer {
  background: #ffffff;
  color: #ffffff;
  position: relative;
}

.footer2>.row::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: 0px;
  height: 152px;
  width: 104px;
  background: url(../img/deko-notes-right.png) center top no-repeat;
}

#innerfooter ul {
  padding: 0;
}

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

#innerfooter a:is(:hover, :focus) {
  color: #172e6d;
  text-decoration: underline;
}

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

  #innerfooter li+li::before {
    content: "•";
    margin: 0 clamp(15px, 2vw, 25px);
    color: #444444;
  }
}

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

#vernetzt {
  gap: 18px;
  text-align: left;
  font-size: 0.9375rem;
  color: #444444;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
}

#vernetzt b,
#vernetzt strong {
  color: #a82d2d;
  font-weight: 400;
}

#vernetzt b:is(:hover, :focus),
#vernetzt strong:is(:hover, :focus) {
  text-decoration: underline;
}

#vernetzt span span {
  display: block;
}



.spotify {
  background-color: #a82d2d;
  color: #fff;
  padding: 8px 20px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}

.spotify a {
  color: #fff;
}

.spotify:hover {
  background-color: #172e6d;
}