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

body {
  font-family: "Red Hat Text", sans-serif;
  color: #4d4d4d;
  background: #ffffff;
  font-size: 1rem; /* 1rem = 16px */
  line-height: 1.5;
}

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

a {
  color: #ab1113;
}

a:hover {
  color: #ab1113;
}

b,
strong {
  font-weight: 600;
}

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

#content .template-page-effect {
  padding: 15px;
}

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

button:focus-within,
a:focus-within,
input:focus-within,
:focus-visible {
  outline: 3px solid #ed1c24 !important;
}

/* ------------------------------------------ h1, #content .legacy_h1, .legacy_h1 - h6, #content .legacy_h6, .legacy_h6, newslink ----------------------------------------- */

.h4link a:link,
.h4link a:hover,
.h4link a:visited,
h6,
#content .legacy_h6,
.legacy_h6,
h5,
#content .legacy_h5,
.legacy_h5,
h4,
#content .legacy_h4,
.legacy_h4,
h3,
#content .legacy_h3,
.legacy_h3,
h2,
#content .legacy_h2,
.legacy_h2,
h1,
#content .legacy_h1,
.legacy_h1 {
  font-weight: 700;
  line-height: 1.2;
}

h5,
#content .legacy_h5,
.legacy_h5,
h3,
#content .legacy_h3,
.legacy_h3,
h1,
#content .legacy_h1,
.legacy_h1 {
  color: #0d5496;
}

.h4link a:link,
.h4link a:hover,
.h4link a:visited,
h6,
#content .legacy_h6,
.legacy_h6,
h4,
#content .legacy_h4,
.legacy_h4,
h2,
#content .legacy_h2,
.legacy_h2 {
  color: #07396c;
}

h1,
#content .legacy_h1,
.legacy_h1,
.h1 {
  font-size: 2.4rem;
}

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

h3,
#content .legacy_h3,
.legacy_h3,
.h3 {
  font-size: 2rem;
}

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

h5,
#content .legacy_h5,
.legacy_h5,
.h5 {
  font-size: 1.8rem;
}

h6,
#content .legacy_h6,
.legacy_h6,
.h6 {
  font-size: 1.4rem;
}

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

#logo {
  display: block;
}

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

#logoHeader {
  background: rgba(255, 255, 255, 0.95);
  margin-top: 40px;
  padding: 25px 25px 10px 25px;
  transition: all 300ms;
}

.is-sticky #logoHeader {
  padding: 5px 25px 5px 25px;
}

@media (min-width: 576px) {
  #logoHeader .btgrid .row div + div {
    text-align: right;
  }
}

#menu {
  left: 0;
  right: 0;
  -webkit-transition: top 300ms linear;
  -moz-transition: top 300ms linear;
  -ms-transition: top 300ms linear;
  -o-transition: top 300ms linear;
  transition: top 300ms linear;
}

.is-sticky #menu {
  top: -40px !important;
  -webkit-transition: top 300ms linear;
  -moz-transition: top 300ms linear;
  -ms-transition: top 300ms linear;
  -o-transition: top 300ms linear;
  transition: top 300ms linear;
}

@media (max-width: 991px) {
  #menu {
    top: -40px !important;
  }
  .is-sticky #menu {
    top: -40px !important;
  }
}

#Headermodul {
  max-height: 248px;
}

#Headermodul a {
  font-size: 0;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
  #burgerButton {
    font-size: 0;
    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: #2e3c48;
    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: #0f528f;
    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);
  }
  .dropdown-toggle-button-wrapper {
    z-index: 50;
  }

  #menu {
    position: relative !important;
  }
}

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

/*
    @nav      horizontal nav
    @navLeft  vertical nav
*/

/* menu desktop */

@media (min-width: 992px) {
  nav {
    background: #0f528f;
  }
  #myNavbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  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 > li {
    flex-grow: 1;
  }
  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 > ul,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    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;
  }

  .open > .dropdown-menu,
  .navbar-default .navbar-nav > li:hover > ul,
  .navbar-default .navbar-nav > li > .dropdown-menu > li:hover > .dropdown-menu,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu[style*="block"] {
    pointer-events: auto !important;
    opacity: 1 !important;
  }

  .nav .open > .dropdown-menu {
    pointer-events: none !important;
    opacity: 0 !important;
  }

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

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

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

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 10px 5px 15px 5px;
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
  z-index: 15;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid rgba(46, 60, 72, 0.2);
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 20px 5px 20px 5px;
    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;
  }
}

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

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

/* -------------------------------------- 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 {
    left: 0;
  }
  .navbar-default .navbar-nav > li > .dropdown-menu,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    margin-top: -12px;
    margin-left: 10px;
  }
}

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #444444;
  font-weight: 400;
  text-align: center;
  padding: 6px 10px;
  font-size: 1.125rem;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
  color: #444444;
  font-weight: 400;
  text-align: center;
  padding: 6px 10px;
  font-size: 1.125rem;
}

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

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

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

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

/*
    @banner     Wechselbanner 
    @parallax   Parallax-Banner (ein Bild)
*/

#body {
  position: relative;
  z-index: 7;
  width: 100%;
  margin: 0 auto;
}

#headerpic {
  height: 100%;
  position: fixed;
  width: 100%;
}

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

.slider-mask {
  display: none;
}

@media (min-width: 992px) {
  .nivo-directionNav a {
    bottom: 30px;
    top: unset !important;
  }
}

/* #region ------------------------------- contrast + styler ------------------------------------ */

#stylerBox {
  width: 100%;
  margin-bottom: 20px;
  column-gap: 30px;
  margin-top: 11px;
}

#stylerBox h2 {
  color: #444444;
  font-size: 1rem;
  font-family: inherit;
  margin: 0 0 4px 9px;
}

#stylerBox button {
  color: #ffffff;
  padding: 2px;
  border: none;
  display: inline-block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  font-weight: 400;
  text-align: center;
  background: transparent;
  position: relative;
  font-size: 18px;
  z-index: 1;
  line-height: 1;
  background-color: #0d508f;
  margin-left: 10px;
}

#stylerBox button:is(:hover, :focus) {
  background-color: #ab1113;
}

#contrast_style button::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  border: 1px solid rgba(14, 81, 143, 1);
  background: linear-gradient(45deg, rgba(14, 81, 143, 1), rgba(14, 81, 143, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
  background: linear-gradient(225deg, rgb(14, 81, 143), rgb(14, 81, 143) 50%, rgb(255, 255, 255) 50%);
}

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

/* #endregion ---------------------------- contrast + styler ------------------------------------ */

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

.searchBox {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  left: 0;
  right: 0;
  margin: auto;
}

.searchBox form {
  height: 50px;
  background: rgba(255, 255, 255, 0);
  display: inline-block;
  position: relative;
  border: 1px solid #c1c1c1;
  min-width: 370px;
}

.searchBox input[type="text"] {
  color: #0d5496;
  font-size: 16px;
  font-style: 400;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 55px;
  height: 50px;
  width: 100%;
}
.searchBox form {
  height: 70px;
      min-width: 470px;
      border-radius: 35px;
      align-content: center;
  align-items: center;
}
.searchBox input[type="text"] {
  background-color: rgba(255, 255, 255, 0.95);
  border: solid 1px #c1c1c1;
    height: 70px;
       border-radius: 35px;
       line-height: 70px;
  padding-left: 31px;
  padding-right: 61px;
}

.searchBox input[type="submit"] {
  width: 50px;
  background: rgba(255, 255, 255, 0) url("../img/lupe-icon.png") center no-repeat;
  padding: 0;
  cursor: pointer;
  line-height: 33px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 0;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

#search_input::-ms-input-placeholder,
#search_input_ki::-ms-input-placeholder {
  color: #0d5496 !important;
}

#search_input::-webkit-input-placeholder,
#search_input_ki::-webkit-input-placeholder {
  color: #0d5496 !important;
}

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

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

@media (max-width: 991px) {
  #search_input{
    color: #ffffff;
  }
}

.switch-search {
  color: rgb(89, 89, 89);
  position: absolute;
  top: 23px;
  cursor: pointer;
  left: 5px;
}
.button-wrapper {
  display: flex;
  justify-content: center;
}
.switch-button {
  padding: .5em 1em;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  background-color: #0f528f  !important;
  border: none !important;
  color: #fff !important;
  transition: transform .5s ease;
  margin-top: 15px;
}
/* ------------------------------------------------ kalendar ----------------------------------------------- */

.eventBox:first-child {
  padding-left: 0 !important;
}

.eventBox:last-child {
  padding-right: 0 !important;
}

@media (max-width: 991px) {
  .eventBox:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .eventBox:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.event {
  background-color: rgba(255, 255, 255, 1);
  padding: 20px 15px 45px 15px;
  position: relative;
}

.event .headline {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d5496;
  margin-bottom: 25px;
}

.event .tabContent a {
  color: #fff;
  background: #ab1113;
  padding: 5px;
  font-weight: 700;
}

.event .tabContent a + a {
  margin-left: 10px;
}

/* ------------------------------------------------ content ----------------------------------------------- */
#content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 991px) {
  #content {
    padding: 15px;
  }
}

.newstickerBox {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px 25px 0px 25px;
}

.newsticker,
.newsticker a {
  color: #ab1113;
  font-weight: 500;
}

body:not(.index) .bgMain {
  background: rgba(255, 255, 255, 0.95);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 15px 30px 15px;
  position: relative;
}
body.index .bgMain {
  margin-top: 30px;
  margin-bottom: 30px;
}
body:not(.index) .bgMain::before {
  content: "";
  background-image: url(../img/Wappen.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px;
  width: 350px;
  position: absolute;
  bottom: -50px;
  right: 0;
  transform: rotate(10deg);
  opacity: 0.05;
}

@media (min-width: 1200px) {
  body:not(.index) .bgMain {
    background: rgba(255, 255, 255, 0.95);
    margin-top: 390px;
    margin-bottom: 30px;
    padding: 20px 15px 20px 15px;
  }
  body.index .bgMain {
    margin-top: 245px;
    margin-bottom: 245px;
  }
}

body.index #aboveContent {
  display: none;
}
/* ------------------------------------------------ styler ---------------------------------------------- */

/*
    @stylerText     Styler als Text
    @stylerButton   Styler mit Buttons
*/

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

footer {
  background-color: #0d5496;
  padding: 20px 15px;
}

.bgFooter {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px 15px;
}

.bgFooter .contact .tabHeadline,
.bgFooter .currents .tabHeadline {
  color: #0d5496;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 26px;
}

.bgFooter .contact .tabContent,
.bgFooter .currents .tabContent {
  color: #444444;
  font-size: 1.15rem;
}

.bgFooter .contact .tabContent strong,
.bgFooter .currents .tabContent strong {
  font-weight: 500;
}

.bgFooter .maps {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.iframe-wrapper-manual-enabling,
iframe {
  min-width: 100% !important;
  width: 100%;
  min-height: 100%;
}

@media (min-width: 992px) {
  footer {
    margin-bottom: 40px;
  }
  .bgFooter .maps {
    height: 260px;
    width: 575px;
  }
  .iframe-wrapper-manual-enabling,
  iframe {
    height: 260px;
  }
}

@media (max-width: 991px) {
  .bgFooter .contact,
  .bgFooter .maps {
    margin-bottom: 30px;
  }
}

#innerfooter {
  color: #ffffff;
}

#innerfooter a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 15px;
}

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

#innerfooter a + a {
  margin-left: 15px;
}

@media (min-width: 992px) {
  #innerfooter a + a {
    margin-left: 15px;
  }
  #innerfooter a {
    margin-right: 15px;
  }
}

@media (min-width: 767px) {
  #innerfooter {
    padding-left: 10px;
  }
  #vernetzt {
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  #innerfooter {
    margin-bottom: 20px;
  }
}

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

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

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

#vernetzt b {
  font-weight: 500;
}

#vernetzt span {
  color: #ffffff;
}

#vernetzt span span {
  display: block;
}

#vernetzt img {
  max-width: 250px;
}

#counter {
  padding: 8px 15px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 0.875rem;
}

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