/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
:root {
  --primary: #e21838;
  --primary-text: #ffffff;
  --secondary: #18e2c0;
  --secondary-text: #000000;
  --gray-100: #f5f7fa;
  --gray-200: #ebebeb;
  --gray-300: #e5e5e5;
  --gray-400: #9b9b9b;
  --gray-500: #707070;
  --gray-600: #525252;
  --body-bg: #ffffff;
  --body-color: #000000;
  --border-color: #ebebeb;
  --border-radius: 0;
  --border-radius-lg: 0;
  --border-radius-sm: 0;
  --border-width: 1px;
  --btn-border-color: #9b9b9b;
  --btn-icon-height: 2.5rem;
  --btn-icon-height-sm: 2rem;
  --btn-gap: 0.5rem;
  --transition-base: all 0.3s ease-in-out;
}
/*
***************
* plugin Netzdinge FAQ
***************
*/
#ndfaq {
  margin: 2rem auto;
}
@media (min-width: 768px) {
  #ndfaq {
    margin: 3.5rem auto;
  }
}
#ndfaq h2 {
  font-size: 1.3em;
  font-style: normal;
  line-height: 1.625rem;
}
@media (min-width: 768px) {
  #ndfaq h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
#ndfaq .h2 {
  margin-top: 2rem !important;
}
@media (min-width: 768px) {
  #ndfaq .h2 {
    margin-top: 3.5rem !important;
  }
}
#ndfaq hr {
  display: none;
}
#ndfaq > .input-group {
  gap: 0.5rem;
}
#ndfaq #faqsearch {
  border-color: #9b9b9b !important;
}
#ndfaq #faqsearch:focus {
  border-color: #e21838 !important;
}
#ndfaq .faq-block {
  margin-bottom: 2rem;
  margin-top: -1rem;
}
@media (min-width: 768px) {
  #ndfaq .faq-block {
    margin-bottom: 3.5rem;
  }
}
#ndfaq .faq-block .fa {
  display: none;
}
#ndfaq .faq-block .btn {
  height: 100%;
}
#ndfaq .accordeon {
  gap: 1rem;
  margin: 0 auto;
  max-width: 52.5rem;
}
#ndfaq .accordeon .question {
  background: none;
  border: none !important;
  cursor: pointer;
  padding: 0 0 1rem 0;
}
#ndfaq .accordeon .question:not(:nth-last-child(2)) {
  border-bottom: 1px solid #ebebeb !important;
}
#ndfaq .accordeon .question:not(.collapsed) {
  border: none !important;
}
#ndfaq .accordeon .question .far {
  display: none;
}
#ndfaq .accordeon .question span {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  #ndfaq .accordeon .question span {
    font-size: 1.3em;
    line-height: 1.625rem;
  }
}
#ndfaq .accordeon :not(.navbar-toggler)[data-toggle="collapse"]:after {
  color: #000000;
  font-size: 0.875rem;
  top: unset;
}
#ndfaq .accordeon .answer {
  border: none;
  border-bottom: 1px solid #ebebeb;
  margin-top: -0.5rem;
  padding: 0;
}
#ndfaq .accordeon .answer:last-child {
  border-bottom: none;
}
#ndfaq .accordeon .answer div[itemprop="text"] {
  margin-top: -0.75rem;
  padding-bottom: 1rem;
}
#ndfaq .accordeon .answer div[itemprop="text"] p:last-child {
  margin-bottom: 0;
}
#ndfaq .accordeon .answer div[itemprop="text"] ul, #ndfaq .accordeon .answer div[itemprop="text"] ol {
  margin-bottom: 1rem;
}
#ndfaq .accordeon .answer .clearfix {
  display: none;
}
/*# sourceMappingURL=plugins.css.map */