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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  scrollbar-color: #cc0500 #ffffff;
  scrollbar-width: thin;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  background-color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
  background-attachment: fixed;
  background-size: cover;
}

@media (min-width: 768px) {
  html {
    position: relative;
  }

  body::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/background-overlay.svg") center top / 100% auto repeat-y;
    z-index: 1;
    opacity: 0.5;
  }
}

a {
  color: #cc0500;
}

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

b,
strong {
  font-weight: 700;
}

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

.tabButton {
  position: relative;
  z-index: 5;
  margin-bottom: -1px;
  top: 40px;
}


.tabButton a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  background: #cc0500;
  padding: 8px 10px;
  border-radius: 20px;
  line-height: 1;
}
.tabButton a:is(:hover, :focus) {
  background-color: #2a2a2a;
  text-decoration: none;
}



@media (min-width: 992px) {
  .tabButton a {
    padding: 15px 45px 12px 45px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 9px;
  }
}

@media (max-width: 991px) {
    .tabButton {
        top:10px;
    }
  .tabButton a{
margin: 8px;
    margin-bottom: 8px;
    position: relative;
    margin-bottom: 30px;
  }
}

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

#topbar {
  color: #2a2a2a;
}

#topbar hr {
  margin-top: 10px;
  margin-bottom: 0;
  opacity: 1;
}

@media (min-width: 992px) {
  #topbar {
    margin-bottom: 10px;
  }
}

#topbar > div.row:nth-child(1) {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #topbar > div.row:nth-child(1) {
    margin-top: 10px;
  }
}

/* #region ------------------------------------ phone + mail -------------------------------------------- */

#mail,
#phone {
  color: #2a2a2a;
  display: inline-block;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1;
  position: relative;
  min-height: 18px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  #mail,
  #phone {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
  }

  #mail {
    margin-left: 30px;
  }
}

#mail {
  padding-left: 28px;
  background: url("../img/icon-mail.png") center left no-repeat;
}
#mail a {
  color: #2a2a2a;
  text-decoration: underline;
}
#mail a:is(:hover, :focus) {
  text-decoration: none;
}

#phone {
  padding-left: 25px;
  background: url("../img/icon-telefon.png") center left no-repeat;
}

#kontakt {
  font-style: normal;
  font-size: 1.125rem;
  color: #2a2a2a;
}

@media (max-width: 991px) {
    #topbar{
  background-color: #fff;
  padding:15px;
  hyphens: auto;
    }
     #topbar > .row {
        row-gap: 15px;
     }
}

/* #endregion --------------------------------- phone + mail -------------------------------------------- */

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

@media (min-width: 992px) {
  #style {
    margin-right: -10px;
  }

  #style h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #2a2a2a;
    width: auto;
    margin: 0;
  }

  #style button {
    color: #2a2a2a;
    font-weight: 400;
    background: transparent;
    border: none;
    padding: 0 10px;
    line-height: 1;
    font-size: 1rem;
  }

  #style button:is(:hover, :focus) {
    color: #cc0500;
    font-weight: 700;
  }

  #style button + button {
    border-left: 1px solid #404040;
  }
}

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

@media (min-width: 1200px) {
  form[id^="search"] label {
    margin-right: 20px;
  }
}

form[id^="search"] {
  height: 36px;
  background: transparent;
  display: inline-block;
  position: relative;
}

form [id^="search_input"] {
  color: #2a2a2a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 36px;
  padding-left: 5px;
  padding-right: 30px;
  height: 36px;
  width: 100%;
  max-width: 262px;
}

@media (min-width: 1200px) {
  form [id^="search_input"] {
    max-width: 262px;
  }
}

form [id^="search_submit"] {
  width: 30px;
  height: 36px;
  border: none;
  background: url("../img/icon_suchen.png") center no-repeat;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
  border: solid 1px #cc0500;
}

[id^="search_input"]::-ms-input-placeholder {
  color: #2a2a2a !important;
  font-style: normal;
}

[id^="search_input"]::-webkit-input-placeholder {
  color: #2a2a2a !important;
  font-style: normal;
}

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

.topbarTrenner hr {
  border: none;
  background-color: rgba(25, 25, 25, 0.6);
  height: 1px;
}
/* ----------------------------------------------- logo ----------------------------------------------- */

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

@media (max-width: 991px) {
  .logo {
    margin-bottom: 15px;
  }

  .logo img {
    max-width: calc(100vw - 120px);
    width: 100%;
  }
}

@media (min-width: 992px) {
  .logo {
    margin-top: 10px;
    width: auto;
  }
}

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

.navbar-nav {
  background-color: #cc0500;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
  #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: #cc0500;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 10px;
    transition: transform 200ms linear, opacity 200ms linear;
    display: block;
  }

  #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: #cc0500;
    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: 5px;
  }

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

/* 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;
    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:focus-within, :hover)>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:is(:hover, :focus-within)>ul {
        z-index: 1003;
    }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 10px 15px;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
}

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

@media (min-width: 992px) {
  nav.horizontally a[class*="toplevel"] {
    padding: 17px 25px;
    text-align: center;
  }
}

/* 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: #fff;
  background-color: rgba(25, 25, 25, 0.2);
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    background-color: #ffffff;
    border-bottom: 6px solid #cc0500;
}

@media (max-width: 991px) {
    nav.horizontally [class*="toplevel"]>ul {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"] ul {
        padding-top: 25px;
        padding-bottom: 25px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    }

    nav.horizontally [class*="toplevel"]>ul {
        left:50%;
        transform: translate(-50%);
        margin-top: 0px;
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    nav.horizontally [class*="toplevel"]>ul::before {
        height: 5px;
        left: 0;
        right: 0;
        top: -5px;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        margin-top: -25px;
        margin-left: 10px;
    }

    nav.horizontally [class*="secondlevel"]>ul::before {
        width: 10px;
        top: 0;
        bottom: 0;
        left: -10px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #191919;
    font-weight: 400;
    text-align: left;
    padding: 8px 20px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #cc0500;
    transition: width 300ms linear;
}

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

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

    nav.horizontally a[class*="secondlevel"].dropdown-toggle2::before {
        content: "";
        position: absolute;
        display: block;
        right: 20px;
        top: 50%;
        margin-top: -4px;
        width: 4px;
        height: 4px;
        border-radius: 1px;
        border-right: 1px solid #21242a;
        border-bottom: 1px solid #21242a;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: border 300ms linear;
    }
    

}

/* 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: #cc0500;
}
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,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus)::before {
         border-right: 1px solid #cc0500;
        border-bottom: 1px solid #cc0500;
}
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus)::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus)::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus)::after {
    width: calc(100% - 60px);
}


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

/* #region --------------------------------------- banner ----------------------------------------------- */

#slider,
.slider-wrapper {
  max-height: clamp(300px, 44vw, 430px);
  overflow: hidden;
  height: 100%;
}

@media (min-width: 768px) {
  #headerpic .nivo-directionNav a {
    top: auto;
    bottom: 12px;
  }

  #headerpic .nivo-controlNav {
    pointer-events: none;
  }

  #headerpic .nivo-controlNav a {
    pointer-events: auto;
  }
}

@media (min-width: 992px) {
  #headerpic .nivo-directionNav a {
    bottom: 18px;
  }
}

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

@media (min-width: 992px) {
  #headerpic {
    margin-top: 10px;
  }
}

.slider-mask {
  display: none;
}

/* #endregion ------------------------------------ banner ----------------------------------------------- */

/* ------------------------------------------------ @1tab ----------------------------------------------- */

#tab1 {
  padding: 60px 0;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 991px) {
  #tab1 {
    padding: 30px 0;
  }

  #tab1 > .row > *:not(:first-child) + * {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  #tab1 > .row > * + * {
    margin-top: 30px;
  }
}

#tab1 .tab {
  padding: 20px;
  font-size: 1rem;
  min-height: 100%;
  background-color: #ffffff;
  color: #2a2a2a;
  margin-bottom: 30px;
}

#tab1 .tab :is(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 24px;
  margin-bottom: 12px;
}

#tab1 .tab a:not(.has-image):not([rel]):not(.has-image) {
  text-decoration: none;
  display: inline-block;
  color: #cc0500;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 22px;
  text-decoration: underline;
}

#tab1 .tab a:not(.has-image):not([rel]):not(.has-image):hover,
#tab1 .tab a:not(.has-image):not([rel]):not(.has-image):focus {
  text-decoration: none;
}

#tab1 .tab img {
  margin: -20px -20px 10px -20px;
  display: block;
  width: calc(100% + 40px) !important;
  min-width: calc(100% + 40px) !important;
  border-bottom: solid 2px #cc0500;
}

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

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

#content {
  text-align: left;
  padding-top: 30px;
  padding-bottom: clamp(30px, 6vw, 60px);
}

@media (min-width: 768px) {
  #content.md-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  #contentCol {
    padding: clamp(20px, 3vw, 30px) clamp(25px, 4vw, 45px) 0 clamp(20px, 4vw, 45px);
  }
}

@media (min-width: 1200px) {
  body:not(.noListStyle) main ul:not([class*="menue"]):not([class*="slick-dots"]):not(.rsbtn_toollist) li:not(.gallery-list-item):not(.album-list-item):not(.entry)::before {
    top: 24px;
  }
}

.compact {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .compact {
    padding: 7px clamp(15px, 3vw, 30px) clamp(15px, 3vw, 30px) clamp(15px, 3vw, 30px);
    margin-top: clamp(30px, 5vw, 40px);
    margin-bottom: clamp(30px, 5vw, 60px);
  }
}

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

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

h1,
.h1,
.legacy_h1 {
  font-size: clamp(2rem, 4vw, 2.375rem);
  margin-bottom: clamp(20px, 3vw, 30px);
}

#content :is(h1, .legacy_h1)[style*="center"]::after {
  margin-left: auto;
  margin-right: auto;
}

#content :is(h1, .legacy_h1)[style*="right"]::after {
  margin-left: auto;
  margin-right: 0;
}

h2,
.h2,
.legacy_h2 {
  font-size: clamp(1.875rem, 3vw, 2rem);
}

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

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
  font-size: 1.625rem;
}

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

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

/* ----------------------------------------------- @13f footer ----------------------------------------------- */

/* ----------------------------------------------- contactFooter ----------------------------------------------- */

#contactFooter {
  color: #2a2a2a;
  font-size: 1rem;
  padding-top: 40px;
  padding-bottom: 10px;
  background: #e7e7e7;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (max-width: 991px) {
  #contactFooter > .row > * + * {
    margin-top: 30px;
  }
}

#contactFooter .tabHeadline {
  position: relative;
  color: #cc0500;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

#contactFooter .tabHeadline::before {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
  left: 0;
  bottom: -17px;
  width: 14px;
  height: 2px;
  background: #2a2a2a;
}

#contactFooter a {
  color: #2a2a2a;
}

#contactFooter ul {
  margin: 10px 0;
  list-style: none;
  line-height: 1.4;
  font-size: 1rem;
}

#contactFooter ul > li {
  position: relative;
  padding-left: 8px;
  min-height: 11px;
  transition: color 300ms linear;
}

#contactFooter ul > li + li {
  margin-top: 8px;
}

#contactFooter ul > li::before {
  content: "\203A";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  line-height: 1.5;
}

#contactFooter ul > li:hover,
#contactFooter ul > li:focus {
  color: #cc0500;
}

body:not(.noListStyle) #contactFooter ul {
  padding-left: 0px;
}

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

#footer {
  color: #2a2a2a;
  font-size: 0.9375rem;
  padding-bottom: 30px;
  background-color: #e7e7e7;
}

@media (min-width: 992px) {
  #footer {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  #footer .row > .col-xs-12:not(:first-child)::before {
    background: #2a2a2a;
    content: " ";
    height: 1px;
    width: 100%;
    display: block;
    margin: 18px 0;
    opacity: 0.08;
  }

  #footer .row > .col-xs-12.hidden-xs ~ .col-xs-12::before,
  #footer .row > .col-xs-12.hidden-sm ~ .col-xs-12::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer > .row:first-child > * + *:last-child {
    margin-top: 20px;
  }
}


@media (min-width: 992px) {
 #footer hr {
  height: 1px;
  opacity: 0.5;
  background: #000;
  border: unset !important;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 10px;
}

}
/* ----------------------------------------------- contactBTN ----------------------------------------------- */

#contactFooter .contactBTN a {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  padding: 10px 20px;
  max-width: 270px;
  margin: auto;
  border-radius: 20px;
  background: #cc0500;
  transition: background 300ms linear;

}
#contactFooter .contactBTN a:nth-child(1) {
  margin-bottom: 10px;
}

#contactFooter .contactBTN a:hover,
#contactFooter .contactBTN a:focus {
  background: #2a2a2a;
}

#footer #scrollTop {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  padding: 6px 20px;
  max-width: 270px;
  margin: auto;
  border-radius: 20px;
  background: #cc0500;
  transition: background 300ms linear;
}
#footer #scrollTop:is(:hover, :focus) {
  background: #2a2a2a;
}

#footer #scrollTop span {
  position: relative;
  display: inline-block;
  font-size: 0;
  height: 35px;
  width: 18px;
  margin-right: 4px;
  transition: border-radius 300ms linear;
}

#footer #scrollTop span::after {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -1px;
  left: 13px;
  top: 36%;
  width: 18px;
  height: 12px;
  background: url(../img/up-arrow-icon.png);
}
@media (min-width: 992px) {
    #footer #scrollTop {
        margin-right: 0px;  
    }
    
#contactFooter .contactBTN a {
  margin-right: 0px;
}
}
/* ----------------------------------------------- contactTEL ----------------------------------------------- */

.contactTEL {
  color: #ccdc65;
  font-weight: 700;
  font-size: 1.5625rem;
  position: relative;
  display: inline-block;
}

@media (min-width: 1200px) {
  .contactTEL {
    font-size: 1.875rem;
  }
}

.contactTEL::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -40px;
  width: 28px;
  height: 28px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="34px" viewBox="0 -960 960 960" width="34px" fill="%23ccdc65"><path d="M798-120q-125 0-247-54.5T329-329Q229-429 174.5-551T120-798q0-18 12-30t30-12h162q14 0 25 9.5t13 22.5l26 140q2 16-1 27t-11 19l-97 98q20 37 47.5 71.5T387-386q31 31 65 57.5t72 48.5l94-94q9-9 23.5-13.5T670-390l138 28q14 4 23 14.5t9 23.5v162q0 18-12 30t-30 12Z"/></svg>') center no-repeat;
}

/* --------------------------------------------- innerfooter -------------------------------------------- */

#innerfooter ul {
  padding: 0;
  padding-left: 15px;
}

#innerfooter li {
  display: inline-block;
  color: #2a2a2a;
}

#innerfooter a {
  color: #2a2a2a;
  font-size: 0.9375rem;
  text-decoration: none;
}

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

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

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

@media (max-width: 767px) {
  #innerfooter li {
    display: block;
    text-align: center;
    padding: 5px;
    margin: 0;
  }

  #innerfooter li + li::before {
    display: none;
  }
}

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

#vernetzt {
  gap: 8px;
  text-align: right;
  font-size: 0.8125rem;
  color: #2a2a2a;
  line-height: 1.3;
  text-decoration: none;
  padding-right: 15px;
  padding: 10px 6px;
}

#vernetzt span span {
  display: block;
}

#vernetzt strong {
  color: #2a2a2a;
  font-weight: 700;
}

/* --------------------------------------------- contactSocial -------------------------------------------- */

#contactFooter .contactSocial p {
    line-height: 1;
    align-content: center;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #cc0500;
    transition: background 300ms linear;
}

#contactFooter .contactSocial p+p,
#contactFooter .contactSocial a+a {
    margin-left: 15px;
}

#contactFooter .contactSocial p:hover,
#contactFooter .contactSocial p:focus {
    background: #a80905;
}
