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

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

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  background: #5f5953;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
}

a {
  color: #7e1223;
}

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

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

b,
strong {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .row,
  .compact,
  ._op-container .container {
    max-width: 1440px;
    width: 100%;
  }
}

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

@media (max-width: 991px) {
  .social {
    margin-top: 30px;
    padding-top: 15px;
    border-top: solid 1px #5f5953;
  }
}
/* ------------------------------------------------- logo ------------------------------------------------ */

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

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

@media (min-width: 992px) {
  #logo {
    position: absolute;
    margin-top: -100px;
    z-index: 2;
    transition: padding 300ms linear;
  }
  .is-sticky #logo {
    margin-top: -30px;
  }
  #logo img {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;

    width: 100%;
    transition: width 300ms linear;
  }

  .is-sticky #logo img {
    width: 70%;
  }
}

/* -------------------------------------------- @nav1 Navigation ------------------------------------------- */

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

/* burgermenu for tablet */

@media (max-width: 991px) {
  #menu {
    padding: 0 0 10px 0;
    position: static !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  }

  #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: #7e1223;
    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;
  }

  #myNavbar .navbar-nav {
    margin: 0 0 0 0;
  }

  .navbar-collapse {
    top: 0;
    background: #fff;
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 100;
    height: auto !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    -webkit-transition:
      left 300ms linear,
      opacity 300ms linear;
    -moz-transition:
      left 300ms linear,
      opacity 300ms linear;
    -ms-transition:
      left 300ms linear,
      opacity 300ms linear;
    -o-transition:
      left 300ms linear,
      opacity 300ms linear;
    transition:
      left 300ms linear,
      opacity 300ms linear;
  }

  .navbar-collapse.collapse.in {
    left: 0;
    opacity: 1;
    pointer-events: auto;
  }

  #myNavbar {
    padding-top: 20px;
  }

  .navbar-header {
    height: 50px;
    width: 60px;
    border-radius: 2px;
    padding: 6px 8px;
    background-color: #fff;
    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) {
  header {
    padding-top: 90px;
    background: linear-gradient(180deg, rgba(95, 89, 83, 1) 0%, rgba(95, 89, 83, 1) 74%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
  }

.is-sticky #menu {
    left: auto !important;
}

  #menu {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    padding: 10px 0 18px 0;
    position: relative;
    transition: padding 300ms linear;
  }

  .is-sticky #menu {
    padding: 0px 0;
  }

  #menu::after {
    content: "";
    display: block;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    width: 100%;
    height: 97px;
    background: url(../img/menu-deko-oben2.png);
    z-index: 1;
  }
  #menu::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    width: 100%;
    height: 97px;
    background: url(../img/menu-deko-unten2.png);
    z-index: 1;
  }

  #menu > .row {
    width: 100%;
    max-width: 1820px;
  }

  nav.horizontally #myNavbar .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 30px;
  }

  nav.horizontally #myNavbar2 .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 30px;
  }

  nav.horizontally .dropdown-menu {
    position: absolute;
    top: 92%;
    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: #5f5953;
  font-weight: 600;
  text-align: left;
  padding: 12px 15px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0);
  font-family: "Cascadia Code", sans-serif;
  border-top: 6px solid transparent;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1.125rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

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

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 15px 4px 15px 4px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    display: block;
  }
}
.navbar-default .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  bottom: 0;
  height: 6px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #7e1223;
  -webkit-transition: width 300ms linear;
  -moz-transition: width 300ms linear;
  -ms-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 300ms linear;
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a::after {
    top: 0;
    bottom: auto;
  }
}
/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-nav > li:hover > a::after,
.navbar-nav > li > a:hover::after,
.navbar-nav > li > a:focus::after,
.navbar-nav > li.open > a::after,
.navbar-nav > li.open > a:hover::after,
.navbar-nav > li.open > a:focus::after,
.navbar-nav > li[class$="_over"] > a::after,
.navbar-nav > li[class$="_over"] > a:hover::after,
.navbar-nav > li[class$="_over"] > a:focus::after {
  width: 100%;
}

.navbar-nav > li:focus-within > a::after {
  width: 100%;
}

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

.navbar-default .navbar-nav > li > .dropdown-menu {
  background: #4b4540;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
  background: #4b4540;
}

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

@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 {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .navbar-default .navbar-nav > li > .dropdown-menu::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transition: top 150ms linear;
    -moz-transition: top 150ms linear;
    -ms-transition: top 150ms linear;
    -o-transition: top 150ms linear;
    transition: top 150ms linear;
  }

  .navbar-default .navbar-nav > li:hover > .dropdown-menu::after {
    top: 0;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    margin-top: -30px;
    margin-left: 10px;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    top: 0;
    bottom: 0;
    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: #ffffff;
  font-weight: 400;
  text-align: left;
  padding: 8px 25px;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
}

@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 {
    text-align: center;
    padding: 13px 25px;
  }
}

/* ------------------------------------------ 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: rgba(255, 255, 255, 0.25);
}

.navbar-nav > li > .dropdown-menu > li:focus-within > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
  background: rgba(255, 255, 255, 0.25);
}
/* #endregion ------------------------------- navigation ---------------------------------------- */
/* -------------------------------------------- banner ------------------------------------------ */

#slider {
  max-height: clamp(300px, 52vw, 990px);
  position: relative;
}

@media (min-width: 992px) {
  #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: url('../img/slider-mask-welle.png') bottom center no-repeat;
}

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

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

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

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

/* ------------------------------------------------ @1tab ----------------------------------------------- */
/* -------------------------------------- Titelbereich ------------------------------------- */
#tab1 #tabTitel :is(h1, h2, h3, h4, h5, h6) {
  font-family: "Cascadia Code", sans-serif;
  color: #7e1223;
  font-size: clamp(1.875rem, 5vw, 3.125rem);
  text-transform: uppercase;
}
#tab1 #tabTitel :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
  font-family: "DM Sans", sans-serif;
  color: #5f5953;
  font-size: clamp(1.125rem, 3vw, 1.375rem);
  text-transform: uppercase;
  font-style: normal;
}
#tab1 #tabAnfrage {
  color: #444444;
  font-size: 1.25rem;
}
#tab1 #tabAnfrage :is(b, strong) {
  font-weight: 700;
}

#tab1 #tabAnfrage a {
  color: #fff;
  background-color: #7e1223;
  font-size: 1.25rem;
  padding: 10px 21px;
  display: inline-block;
}

#tab1 #tabAnfrage a:is(:hover, :focus) {
  background-color: #5f5953;
  text-decoration: none;
}
/* -------------------------------------- Tabbereich ------------------------------------- */

#tab1 {
  padding: 150px 0 140px 0;
  background: url(../img/slider-mask-4.png) no-repeat bottom center / 100% auto, url(../img/slider-mask-3.png) no-repeat top center / 100% auto, #fff;
}

#tab1 .tabBereich {
  margin-top: 60px;
}
@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;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#tab1 .tab a:not(.has-image):not([rel]):not(.has-image) {
  text-decoration: none;
  display: inline-block;
  color: #7e1223;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 7px 14px 7px 0px;
  margin-top: 15px;

  text-decoration: underline;
  transition: background 300ms linear;
}

#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;
}
/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

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

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

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

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

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

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

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

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

footer {
  font-size: 1rem;
  background: #5f5953;
  color: #ffffff;
  padding-bottom: 110px;
}

#kontakt {
  padding: clamp(40px, 4vw, 50px) 0;
}

:is(#kontakt, #footer) > .row {
  row-gap: 30px;
}

#kontakt a {
  color: #ffffff;
  text-decoration: underline;
}

.footerHeadline {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.375rem;
  text-transform: uppercase;
}

.fusszeilenBereich {
  position: relative;
  background: #ffffff;
  padding: 30px 0 25px 0;
}

.fusszeilenBereich::before {
  content: "";
  position: absolute;
  bottom: -97px;
  left: 0;
  right: 0;
  width: 100%;
  height: 97px;
  background: url(../img/footerbild-deko-oben2.png) no-repeat center top / 100% auto;
}

/* ------------------------------------------ GoogleMaps ---------------------------------------- */

.iframeMapsTab :is(iframe, .iframe-wrapper-manual-enabling) {
  min-width: 100%;
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .iframeMapsTab :is(iframe, .iframe-wrapper-manual-enabling) {
    margin-bottom: -100px;
    min-height: 327px !important;
  }
}

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

#innerfooter ul {
  padding: 0;
}

#innerfooter ul a {
  color: #444444;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
}

#innerfooter li {
  display: inline-block;
}

#innerfooter li + li {
  margin-left: 25px;
}

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

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

#vernetzt {
  gap: 10px;
  text-align: left;
  font-size: 0.875rem;
  color: #444444;
  line-height: 1.4;
  text-decoration: none;
}

#vernetzt :is(b, strong) {
  font-weight: 700;
}

#vernetzt span span {
  display: block;
}

@media (max-width: 767px) {
  #vernetzt {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------- footerTop ----------------------------------------------- */

#footerTop {
  position: relative;
  z-index: 55;
  padding-top: 20px;
  margin-bottom: -20px;
}

@media (max-width: 991px) {
  #footerTop {
    margin-bottom: 0px;
    background-color: #4b4540;
    margin-top: -7px;
  }
}

/* ----------------------------------------------- scrollTop ----------------------------------------------- */

#scrollTop {
  font-size: 0;
  width: 62px;
  height: 62px;
  display: block;
  position: relative;
  margin: 0 auto;
  background: #4b4540;
}

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

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

#scrollTop::after {
  content: "";
  position: absolute;
  pointer-events: none;
  display: inline-block;
  left: 21px;
  top: 17px;
  width: 15px;
  height: 15px;
  margin-top: 10px;
  border-radius: 2px;
  border-right: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
  transform: rotate(-45deg);
}

#scrollTop:hover::after,
#scrollTop:focus::after {
  border-color: #ffffff;
}

/* ----------------------------------------------- counter ----------------------------------------------- */

#counter {
  font-size: 1.125rem;
  display: block;
  position: relative;
  margin: 0 auto;
  background: #4b4540;
  color: #fff;
  padding: 18px 30px;
  text-align: center;
  max-height: 62px;
}

#counter-l {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

#counter-r {
  display: inline-block;
}