/* INSTAGRAM */
@media (min-width: 1025px) {
    .instaFeed {
        display:table;
        width:100%;
        height:calc(100% - 50px);
    }
    .instaFeed .instaFeed__cell {
        display:table-cell;
        vertical-align: middle;
    }
}

/* KUNUNU */
@media (max-width: 500px) {
    .kununu_wrapper .partner-badge-inline {
        padding-right: 7px;
    }
}
@media (min-width: 501px) {
    .kununu_wrapper {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 801px) {
    .kununu_wrapper {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
.kununu_wrapper .rating-star {
    margin: 0 1px;
}
.kununu_wrapper .partner-badge-inline {
    /* min-height: 25px; */
    font-size: 14px;
}
.kununu_wrapper .partner-badge-inline span.main {
    display: inline-block;
    padding-right: 10px;
}
.kununu_wrapper .partner-badge-inline .main .rating {
    color: #99c613;
}
.kununu_wrapper .flex {
    display: flex;
}
.kununu_wrapper .partner-badge-inline .main .rating-star {
    font-size: 12px;
}
.kununu_wrapper .partner-badge-inline a {
    line-height: 1;
    float: none;
    display: inline;
    font-size: inherit;
    transition: unset;
    background: none;
    font-weight: normal;
    padding: 0;
}
.kununu_wrapper .partner-badge-inline a:hover,
.kununu_wrapper .partner-badge-inline a:focus {
    background: inherit;
}

/* VIDEO (YOUTUBE) */
.video {padding-bottom:56.25%;position:relative}
.video a, .video iframe {display:block;width:100%;height:100%;position:absolute}
.video iframe {border:0}
.video a::before {
    box-sizing: border-box;
    display: block;
    height: 1em;
    width: 1em;
    background-color: rgba(0,0,0,0.6);
    border: .05em solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0.15em 0 rgba(0,0,0,0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 3em;
    margin: -.5em 0 0 -.5em;
    transition: background-color .2s;
    content: "";
}
.video a::after {
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-width: .2em 0 .2em .3em;
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 3em;
    margin: -.2em 0 0 -.1em;
    content: "";
}
.video img {object-fit:cover;height:100%;width:100%}



/* NEW DCE */
.counter {
    text-align:center;
    color:#444;
}
.counter .counter-icon,
.counter .counter-num,
.counter .counter-desc {
    display:block;
}
.counter-icon img {
    max-width:100px;
    margin-bottom:15px;
}
.counter .counter-num {
    font-size:64px;
    line-height:80px;
    font-family:"Hind",Arial,sans-serif;
    font-weight:600;
}
.counter .counter-desc {
    font-size:36px;
    line-height:42px;
}

@media only screen and (max-width:580px) {
    .counter-icon img {
        max-width:60px;
        margin-bottom:10px;
    }
    .counter .counter-num {
        font-size:48px;
        line-height:62px;
    }
    .counter .counter-desc {
        font-size:28px;
        line-height:32px;
    }
}

.info-banner {
  position:relative;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 23% 30px;
}

@media only screen and (max-width: 1790px) {
    .info-banner {
      padding: 40px 20% 30px;
    }
}
@media only screen and (max-width: 1620px) {
    .info-banner {
      padding: 40px 15% 30px;
    }
}
@media only screen and (max-width: 1440px) {
    .info-banner {
      padding: 40px 10% 30px;
    }
}
@media only screen and (max-width: 1000px) {
    .info-banner {
      padding: 30px 2% 20px;
    }
}
@media only screen and (max-width: 580px) {
    .info-banner {
      padding: 30px 3% 20px;
    }
}

.info-banner__content {
    position:relative;
    z-index:1;
    text-align:center;
}
.info-banner.color--yellow {
    background-color:#ffda1f;
    color:#444;
}
  .info-banner.color--green {
    background-color:#00925f;
    color:#fff;
  }
  .info-banner.color--green .counter {
    color:#fff;
  }
  .info-banner.color--white {
    background-color:#fff;
    color:#444;
  }
  .info-banner.parallax.color:before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:0;
  }
  .info-banner.parallax.color--yellow:before {
    background-color:rgba(255,218,31,0.8);
  }
  .info-banner.parallax.color--green:before {
    background-color:rgba(0,146,95,0.8);
  }
  .info-banner.parallax.color--white:before {
    background-color:rgba(255,255,255,0.8);
  }
  .info-banner__title {
    font-size:36px;
    font-weight:500;
    text-transform:uppercase;
  }
  .info-banner__desc,
  .info-banner__desc p{
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .info-banner__link:not(.btn) {
    font-size:1.2em;
    font-weight:500;
    color:inherit;
  }
  .info-banner__link:not(.btn):hover,
  .info-banner__link:not(.btn):focus {
    color:inherit;
  }

  .teaser-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
  }
  .teaser-container .teaser {
    position:relative;
    width:calc(25% - 2em);
    height:250px;
    margin:1em;
    overflow-y:hidden;
  }
  .teaser-container .teaser-image img {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .teaser-container .teaser-content {
    position:absolute;
    bottom:0;
    left:0;
    padding:0.5em 1em;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.9);
    max-height:55px;
    transition:max-height 0.2s ease-out;
    text-decoration: none;
  }
  .teaser-container .teaser-content:hover,
  .teaser-container .teaser-content:focus {
    max-height:100%;
    display:flex;
    flex-flow:column;
    justify-content:center;
    color: #444;
  }
  .teaser-container .teaser-title {
    height:42px;
    overflow:hidden;
    white-space:nowrap;
    font-size:26px;
    line-height:44px;
    font-weight:500;
    color:#00925f;
    position:relative;
  }
  .teaser-container .teaser-content:hover .teaser-title,
  .teaser-container .teaser-content:focus .teaser-title {
    height:auto;
    white-space:normal;
    line-height:unset;
  }
  .teaser-container .teaser-title span {
    display:block;
    overflow:hidden;
  }
  .teaser-container
    .teaser-content:not(.teaser-content:hover)
    .teaser-title
    span,
    .teaser-container
    .teaser-content:not(.teaser-content:focus)
    .teaser-title
    span {
    max-width:85%;
  }
  .teaser-container
    .teaser-content:not(.teaser-content:hover)
    .teaser-title:after,
    .teaser-container
    .teaser-content:not(.teaser-content:focus)
    .teaser-title:after {
    position:absolute;
    top:50%;
    right:0;
    border-style:solid;
    border-width:0.15em 0.15em 0 0;
    content:"";
    display:inline-block;
    height:0.5em;
    transform:rotate(45deg) translateY(-50%);
    width:0.55em;
    margin-right:0.25em;
    margin-top: -0.2em;
  }

  @media only screen and (max-width:1200px) {
    .teaser-container .teaser {
      width:calc(50% - 2em);
    }
  }
  @media only screen and (max-width:640px) {
    .teaser-container .teaser {
      width:calc(100% - 2em);
    }
  }

  .services {
    display:grid;
    grid-template-columns:2fr 3fr;
    position:relative;
    margin:1em auto;
    max-width: 1040px;
  }

  .services hr {
    display: block;
    height: 4px;
    width: 100%;
    border: 0;
    margin: 5px 0;
    padding: 0;
    background-image: url('/fileadmin/punkte.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    overflow: hidden;
  }

  .services a {
    color:#00925f;
    text-decoration: none;
  }
  .services a:hover,
  .services a:focus {
    text-decoration:underline;
    color: #ffda1f;
  }
  .services a:before {
    border-style:solid;
    border-width:0.15em 0.15em 0 0;
    content:"";
    display:inline-block;
    height:0.35em;
    transform:rotate(45deg);
    width:0.35em;
    margin-right:0.25em;
    margin-bottom:2px;
  }
  .services-intro {
    padding-bottom:1em;
    padding-right:1em;
  }
  .services-intro h2 {
    margin-top:0.65em;
    color:#00925f;
  }
  .services-intro,
  .services button.service-title {
    grid-column:1;
  }
  .services-image {
    position:relative;
    grid-template-columns:1fr 1fr;
    grid-column:2;
    grid-row:1/-1;
    box-shadow:0 0 8px #444;
    z-index:1;
  }
  .services-image img,
  .services .service-image img {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .services button.service-title {
    position:relative;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
    -ms-flex-align:center;
    width:100%;
    height:56px;
    padding:0 20px;
    box-sizing:border-box;
    border:1px solid #e7e7e7;
    font-weight:700;
    color:#008758;
    text-align:left;
    background-color:#fff;
    background-clip:border-box;
    transition:background-color 0.3s ease;
    cursor:pointer;
  }
  .services button.service-title .icon-active {
    display:none;
  }
  .services button.service-title.active,
  .services button.service-title:hover,
  .services button.service-title:focus {
    color:#fff;
    background-color:#575756;
  }
  .services button.service-title.active .icon,
  .services button.service-title:hover .icon,
  .services button.service-title:focus .icon {
    display:none;
  }
  .services button.service-title.active .icon-active,
  .services button.service-title:hover .icon-active,
  .services button.service-title:focus .icon-active {
    display:block;
  }
  .services .service-icon {
    padding:0.25em 1em 0.25em 0;
  }
  .services .service-icon img {
    width:36px;
    height:auto;
  }
  .services .service-content-container {
    display:none;
    grid-template-columns:1fr 1fr;
    grid-column:2;
    grid-row:1/-1;
    grid-template-rows:auto repeat(6,minmax(56px,min-content));
    z-index:1;
  }
  .services .service-content-container.active {
    display:grid;
  }
  .services .service-image {
    position:relative;
    width:auto;
    height:auto;
    grid-column:1/-1;
    grid-row:1/-1;
    z-index:-1;
  }
  .services .service-content {
    position:static;
    grid-row:-7/-1;
    grid-column:1;
    padding:1em;
    background:rgba(255,255,255,0.9);
    display:flex;
    flex-flow:column wrap;
    justify-content:space-between;
    width:140%;
  }
  .services .service-content h3 {
    font-size:32px;
    color:#00925f;
  }
  .services.repeat-1,
  .services.repeat-1 .service-content-container {
    grid-template-rows:auto repeat(1,minmax(56px,min-content));
  }
  .services.repeat-1 .service-content {
    grid-row:-2/-1;
  }
  .services.repeat-2,
  .services.repeat-2 .service-content-container {
    grid-template-rows:auto repeat(2,minmax(56px,min-content));
  }
  .services.repeat-2 .service-content {
    grid-row:-3/-1;
  }
  .services.repeat-3,
  .services.repeat-3 .service-content-container {
    grid-template-rows:auto repeat(3,minmax(56px,min-content));
  }
  .services.repeat-3 .service-content {
    grid-row:-4/-1;
  }
  .services.repeat-4,
  .services.repeat-4 .service-content-container {
    grid-template-rows:auto repeat(4,minmax(56px,min-content));
  }
  .services.repeat-4 .service-content {
    grid-row:-5/-1;
  }
  .services.repeat-5,
  .services.repeat-5 .service-content-container {
    grid-template-rows:auto repeat(5,minmax(56px,min-content));
  }
  .services.repeat-5 .service-content {
    grid-row:-6/-1;
  }
  .services.repeat-6,
  .services.repeat-6 .service-content-container {
    grid-template-rows:auto repeat(6,minmax(56px,min-content));
  }
  .services.repeat-6 .service-content {
    grid-row:-7/-1;
  }
  .services.repeat-7,
  .services.repeat-7 .service-content-container {
    grid-template-rows:auto repeat(7,minmax(56px,min-content));
  }
  .services.repeat-7 .service-content {
    grid-row:-8/-1;
  }
  .services.repeat-8,
  .services.repeat-8 .service-content-container {
    grid-template-rows:auto repeat(8,minmax(56px,min-content));
  }
  .services.repeat-8 .service-content {
    grid-row:-9/-1;
  }
  .services.repeat-9,
  .services.repeat-9 .service-content-container {
    grid-template-rows:auto repeat(9,minmax(56px,min-content));
  }
  .services.repeat-9 .service-content {
    grid-row:-10/-1;
  }
  @media only screen and (max-width:767px) {
    .services {
      display:block;
    }
    .services.grid {
      width:100%;
      padding:0;
    }
    .services-intro {
      padding:1em;
    }
    .services-image {
      display:none;
      position:static;
    }
    .services button.service-title.active::after {
      border-style:solid;
      border-width:0.25em 0.25em 0 0;
      content:"";
      display:inline-block;
      height:0.45em;
      transform:rotate(135deg);
      width:0.45em;
      margin-left:auto;
    }
    .services .service-content-container {
      position:relative;
    }
    .services .service-content-container.active {
      display:block;
    }
    .services .service-image img {
      position:static;
    }
    .services .service-content {
      position:absolute;
      bottom:0;
      padding-bottom:2em;
      display:block;
      width:calc(100% - 2em);
    }
  }

  @media only screen and (max-width:520px) {
    .services .service-content {
        position:static;
        width:auto;
      }
  }

  .accordion-title {
    cursor:pointer;
    padding:18px;
    width:100%;
    text-align:left;
    border:none;
    margin-bottom:1px;
    outline:none;
    transition:0.4s;
    font-weight:bold;
    font-family:"Hind",Arial,sans-serif;
    font-weight:500;
    font-size:24px;
    line-height:30px;
  }
  .accordion-title span {
    max-width:85%;
    display:inline-block;
  }
  .accordion-title,
  .invert .accordion-title.active,
  .invert .accordion-title:hover,
  .invert .accordion-title:focus {
    background-color:#ffda1f;
    color:#444;
  }
  .invert .accordion-title,
  .accordion-title.active,
  .accordion-title:hover,
  .accordion-title:focus {
    background-color:#00925f;
    color:#fff;
  }
  .accordion-title::after {
    content:"+";
    font-size:38px;
    float:right;
    margin-left:5px;
  }
  .invert .accordion-title::after,
  .accordion-title.active::after,
  .accordion-title:hover::after,
  .accordion-title:focus::after {
    color:#fff;
  }

  .accordion-title::before {
    display:none;
  }
  .accordion-title.active::after{
    content:"-";
  }
  .accordion-content {
    padding:0 1rem;
    background-color:white;
    max-height:0;
    overflow:hidden;
    transition:all 0.2s ease-out;
    display: block;
    border:none !important;
  }
  .accordion-content .frame {
    padding:1em 0;
  }
  .accordion-content .grid {
    width:100%;
    padding:0;
    margin:0;
  }
  .accordion-content .spacer {
    margin:0;
  }

  .intro2 {
    position:relative;
  }
  .intro2 .intro__content {
    position:absolute;
    top:55%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    text-align:center;
  }
  .intro2 .intro__title {
    font-size:4.5em;
    font-weight:600;
    color:#fff;
    text-transform:uppercase;
    text-shadow:0 0 8px #444;
  }
  .intro2 .button {
    font-size:2.4em;
    padding: 0.5em 1em;
    width:25%;
    display:inline-block;
    margin:0 0.25em 0.5em;
  }
  .intro2 .splide__pagination {
    z-index:10;
  }
  .intro2 .splide__slide img {
    width:100%;
    height:auto;
  }
  .intro2 .splide__pagination__page {
    width:14px;
    height:14px;
    margin:3px 5px;
    background:#00925f;
  }
  .into__content-overlay{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000055;
  }
  .splide__toggle {
    position: absolute;
    right: 1rem;
    bottom: 1.5rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 100%;
    font-size: 1.75rem;
    line-height: 1;
    width: 3.75rem;
    height: 3.75rem;
    text-align: center;
    vertical-align: middle;
    z-index: 10;
  }
  .splide__toggle:hover,
  .splide__toggle:focus{
    background-color: #ffda1f;
  }

  @media only screen and (max-width:1440px) {
    .intro2__title {
      font-size:3em;
    }
    .intro2 .button {
      font-size:1.5em;
    }
  }
  @media only screen and (max-width:1200px) {
    .intro2 {
      margin-top:unset;
    }
    .intro2 .splide {
      max-height:calc(100vh - 101.6px);
    }
  }
  @media only screen and (max-width:1000px) {
    .intro2 .intro__content {
      position:static;
      transform:unset;
      top:unset;
      left:unset;
      background-color:#00925f;
      padding:1em 5%;
      width: 100%;
    }
    .into__content-overlay{
      position:static;
      background-color: transparent
    }
    .intro2 .intro__title {
      font-size:2em;
      padding-bottom:0.33em;
      text-shadow:none;
    }
    .intro2 .button {
      font-size:1.1em;
      width:33%;
    }
  }
  @media only screen and (max-width:580px) {
    .intro2 .button {
      display:block;
      margin-left:auto;
      margin-right:auto;
      width:auto;
    }
    .splide__toggle {
      bottom: 1rem;
      padding: 0.75rem;
      font-size: 1.25rem;
      width: 2.75rem;
      height: 2.75rem;
    }
  }

.column .user {
  padding: 20px 40px;
  background: #FFDA1F;
  text-align: center;
  margin: 0 auto;
  max-width: 295px;
}

.column .user .user__image {
  width: 210px;
  height: 210px;
  margin: 0 auto 15px;
}

.fa-sr-only,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding:0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
    border: 0;
}

html.contrast body>main,
html.contrast body>footer,
html.contrast body>header>.header__content,
html.contrast .dialog,
html.contrast .mfp-wrap {
  filter: grayscale(100%) contrast(160%);
}

html.contrast .header__bar {
  background: #000;
}
html.contrast .header__bar .header__actions a,
html.contrast .header__bar .header__actions a i {
  color: #000;
}
html.contrast .header__actions a:hover, 
html.contrast .header__actions a:focus {
  background-color: #ccc;
}
html.contrast .header__utilities > ul > li > a:hover, 
html.contrast .header__utilities > ul > li > a:focus, 
html.contrast .header__utilities > ul > li.is-active > a {
  color: #fff;
  background-color: #666;
}
html.contrast .header__utilities > ul > li > a:hover svg path, 
html.contrast .header__utilities > ul > li > a:focus svg path, 
html.contrast .header__utilities > ul > li.is-active > a svg path {
  fill: #fff;
}

html.contrast [type="text"], 
html.contrast [type="password"], 
html.contrast [type="date"], 
html.contrast [type="datetime"], 
html.contrast [type="datetime-local"], 
html.contrast [type="month"], 
html.contrast [type="week"], 
html.contrast [type="email"], 
html.contrast [type="number"], 
html.contrast [type="search"], 
html.contrast [type="tel"], 
html.contrast [type="time"], 
html.contrast [type="url"], 
html.contrast [type="color"], 
html.contrast textarea {
  border: 1px solid #000;
}

html.contrast .jobs-item {
  border-color: #000;
}

html.contrast #search input[type="text"]:focus::placeholder {
  color: #444444 !important;
}

html.contrast .search-output-arrow {
  border-color:#000 transparent !important;
}

html.contrast .search-output-title {
  background-color: #000 !important;
  color:#fff !important;
}

html.contrast .search-output-more a {
  background-color: #000 !important;
  color: #fff !important;
}

html.contrast #search-output li a:hover, 
html.contrast #search-output li a:focus, 
html.contrast #search-output li a:active {
  background-color: #444;
  color: #fff;
}
html.contrast #search-output li a {
  border-bottom: 1px solid #000;
  color: #000;
}

@media screen and (prefers-contrast: more) and (forced-colors: none) {
  body>main,
  body>footer,
  body>header>.header__content,
  .dialog,
  .mfp-wrap {
    filter: grayscale(100%) contrast(160%);
  }

  .header__bar {
    background: #000;
  }
  .header__bar .header__actions a,
  .header__bar .header__actions a i {
    color: #000;
  }
  .header__actions a:hover, 
  .header__actions a:focus {
    background-color: #ccc;
  }
  .header__utilities > ul > li > a:hover, 
  .header__utilities > ul > li > a:focus, 
  .header__utilities > ul > li.is-active > a {
    color: #fff;
    background-color: #666;
  }
  .header__utilities > ul > li > a:hover svg path, 
  .header__utilities > ul > li > a:focus svg path, 
  .header__utilities > ul > li.is-active > a svg path {
    fill: #fff;
  }

  [type="text"], 
  [type="password"], 
  [type="date"], 
  [type="datetime"], 
  [type="datetime-local"], 
  [type="month"], 
  [type="week"], 
  [type="email"], 
  [type="number"], 
  [type="search"], 
  [type="tel"], 
  [type="time"], 
  [type="url"], 
  [type="color"], 
  textarea {
    border: 1px solid #000;
  }

  .jobs-item {
    border-color: #000;
  }

  #search input[type="text"]:focus::placeholder {
    color: #444444 !important;
  }

  .search-output-arrow {
    border-color:#000 transparent !important;
  }
  .search-output-title {
    background-color: #000 !important;
    color:#fff !important;
  }

  .search-output-more a {
    background-color: #000 !important;
    color: #fff !important;
  }

  #search-output li a:hover, 
  #search-output li a:focus, 
  #search-output li a:active {
    background-color: #444;
    color: #fff;
  }
  #search-output li a {
    border-bottom: 1px solid #000;
    color: #000;
  }
}

html.font-size body,
html.font-size .article-excerpt .article__meta span,
html.font-size .news-item .news-item__text p {
  font-size: 22px;
}

html.font-size h1,
html.font-size .h1 {
  font-size: 72px;
}
html.font-size h2,
html.font-size .h2 {
  font-size: 48px;
}
html.font-size h3,
html.font-size .h3 {
  font-size: 36px;
}

html.font-size .news-item .news-item__text strong {
  font-size: 36px;
}

.article .article__inner blockquote,
.article .article__inner blockquote p {
  color: #fff;
  border-color: #fff;
}
.section__header .section__inner{
  padding-bottom: 0 !important;
}

a.card{
  height: 100%;
  width: 100%;
  border: 5px solid #ffda1f;
  text-decoration: none;
  position: relative;
}
a.card:hover,
a.card:focus{
  border-color: #00925f;
  color: #0a0a0a;
  text-decoration: underline;
}
a.card img{
  width:100%;
}
a.card .card-section{
  padding: 1.5rem 0.8rem 1rem;
}

.news-item:hover, .news-item:focus {
  opacity: 1;
  border-color: #00925f;
  text-decoration: underline;
}

.shariff a{
  border: 2px solid transparent;
}
.shariff a:focus{
  border-color: #000;
}
.shariff .whatsapp a{
  color: #333;
}
.shariff .share_count{
  display:none !important;
}
.shariff .mail a{
  background-color: #575756;
}
.vsb-main button:focus{
  box-shadow: 0 0 8px #8d8d8d;
}
.vsb-menu .multi li:focus{
  text-decoration: underline;
  font-weight: bold;
}

.form-filters .form__row  button[data-toggle="tags-dropdown"]{
  color: #fff;
}
.form-filters .form__row  button[data-toggle="tags-dropdown"]:hover,
.form-filters .form__row  button[data-toggle="tags-dropdown"]:focus{
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.form-filters .select::after {
  border-top: 8px solid #fff;
}
.form-filters .select select{
  color: #fff;
}
.form-filters .select select:hover,
.form-filters .select select:focus{
  border-bottom: 1px solid #fff;
}
.form-data .toolbar span.button{
  border:none;
}
.nav ul ul::before {
  content: "";
  width: 100%;
  height: 8px;
  border-top: 8px solid #fff;
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 1;
}

.frc-captcha{
  margin-bottom: 1.5rem;
}