.navbar {
  background-color: #6CB535;
  font-size: 16px;
}
.navbar .logo-nav-01 {
  max-width: 199px;
}
.navbar .logo-nav-02 {
  max-width: 150px;
}
.navbar .nav-controller {
  position: relative;
  display: none;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
.navbar .nav-controller span {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #000000;
  transition: 0.3s ease;
}
.navbar .nav-controller span:nth-child(1) {
  top: 0;
}
.navbar .nav-controller span:nth-child(2) {
  top: calc(50% - 3px);
}
.navbar .nav-controller span:nth-child(3) {
  top: calc(100% - 6px);
}
.navbar .nav-controller.active span:nth-child(1) {
  top: calc(50% - 3px);
  transform: rotate(-45deg);
}
.navbar .nav-controller.active span:nth-child(2) {
  display: none;
}
.navbar .nav-controller.active span:nth-child(3) {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .nav-link {
  color: #5E2365;
}
.navbar .nav-link:hover {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .navbar {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .navbar .logo-nav-01 {
    max-width: 120px;
  }
  .navbar .logo-nav-02 {
    max-width: 120px;
  }
  .navbar .nav-controller {
    display: block;
  }
  .navbar .navbar-collapse {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 93px;
    z-index: 99;
    background-color: #6CB535;
    text-align: center;
    transition: 0s ease;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin-top: 45px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
    margin-top: 10px;
  }
}

.swiper-banner {
  padding-bottom: 40px;
  margin-bottom: -40px;
}
.swiper-banner .swiper-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
}
.swiper-banner .swiper-controls .container {
  position: relative;
  height: 100%;
  pointer-events: none;
}
.swiper-banner .swiper-controls .container > div {
  pointer-events: all;
}
.swiper-banner .swiper-controls .swiper-button-next:after, .swiper-banner .swiper-controls .swiper-button-prev:after {
  font-size: 30px;
  color: #6CB535;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet {
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid #6CB535;
  background-color: transparent;
  opacity: 1;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6CB535;
}
.swiper-banner .swiper-slide {
  border: none;
  margin: 0;
}
.swiper-banner .swiper-slide .swiper-bg {
  width: 100%;
  height: auto;
  min-height: 550px;
  object-fit: cover;
  object-position: left;
}
.swiper-banner .swiper-slide .swiper-content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-banner .swiper-slide .swiper-content > .container {
  padding: 30px;
}
@media (min-width: 992px) {
  .swiper-banner .swiper-slide .swiper-content > .container {
    padding: 30px 100px;
  }
}
.swiper-banner .swipe-slide-counter .banner-counter {
  padding: 60px 40px;
  margin-top: 60px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .swiper-banner .swiper-controls {
    display: none;
  }
  .swiper-banner .swiper-slide .swiper-bg {
    min-height: 520px;
  }
  .swiper-banner .swipe-slide-counter .banner-counter {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 20px;
    font-size: 16px;
  }
}

.time-remained {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
.time-remained > div {
  position: relative;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  padding-right: 8px;
  line-height: 1;
}
.time-remained > div > span {
  display: flex;
  justify-content: center;
  font-size: 56px;
  margin-top: 10px;
}
.time-remained > div > span > span {
  position: relative;
  padding: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/bg-count.svg");
  border-radius: 5px;
}
.time-remained > div > span > span:first-child {
  margin-right: 2px;
}
.time-remained > div:not(:first-child, :last-child):after {
  content: "";
  position: absolute;
  bottom: 16%;
  right: -3px;
  width: 6px;
  height: 32%;
  border-top: 6px solid #454545;
  border-bottom: 6px solid #454545;
}
.time-remained > div:first-child {
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .time-remained > div > span {
    font-size: 32px;
  }
  .time-remained > div:first-child {
    margin-right: 10px;
  }
}

#welcome {
  padding-top: 120px;
}
#welcome .welcome-text {
  display: flex;
  align-items: flex-start;
}
#welcome .welcome-text .q-red {
  transform: translateY(-22px);
  max-width: 57px;
}
#welcome .welcome-video {
  display: flex;
  align-items: flex-start;
}
#welcome .welcome-video .v-placeholder {
  position: relative;
  width: 80%;
  flex-shrink: 0;
  z-index: 1;
}
#welcome .welcome-video .v-placeholder img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  width: 100%;
  opacity: 60%;
  transition: 0.3s ease;
}
#welcome .welcome-video .v-placeholder img:hover {
  opacity: 100%;
}
#welcome .welcome-video .v-placeholder span {
  display: block;
  font-size: 11px;
  color: #707070;
  margin-top: 10px;
}
#welcome .welcome-video .v-placeholder:hover {
  opacity: 100%;
}
#welcome .welcome-video .q-red {
  position: relative;
  transform: rotate(180deg);
  width: 36%;
  right: 22%;
  top: -15%;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  #welcome {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  #welcome .welcome-text {
    flex-direction: row-reverse;
  }
  #welcome .welcome-text .q-red {
    transform: translateY(-57px);
  }
  #welcome .welcome-text .n-mr {
    margin-right: -30px;
  }
  #welcome .welcome-video .v-placeholder {
    width: 100%;
  }
  #welcome .welcome-video .q-red {
    width: 35%;
    right: 23%;
    top: 8%;
  }
}

#aktuelles {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  background-color: #6CB535;
}
#aktuelles .accordion {
  --bs-accordion-bg: $green;
}
#aktuelles h3 {
  color: #008438;
}
#aktuelles .accordion-item {
  margin-top: 20px;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
  border-color: white;
}
#aktuelles .accordion-button {
  flex-direction: row-reverse;
  color: white;
  border-radius: var(--bs-accordion-inner-border-radius);
}
#aktuelles .accordion-button:focus {
  box-shadow: none;
}
#aktuelles .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='32' viewBox='0 0 17 32'%3E%3Cpath id='Arrow_Right_32px' data-name='Arrow Right 32px' d='M14.947-31.643l-14.6,14.8a1.2,1.2,0,0,0,0,1.686l14.6,14.8a1.2,1.2,0,0,0,1.7.011,1.2,1.2,0,0,0,.011-1.7L2.886-16,16.655-29.957a1.2,1.2,0,0,0-.011-1.7A1.194,1.194,0,0,0,15.8-32,1.2,1.2,0,0,0,14.947-31.643Z' transform='translate(17) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 10px;
  margin-right: 0.5rem;
}
#aktuelles .accordion-button > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
#aktuelles .accordion-button > div > span {
  float: right;
}
#aktuelles .accordion-button > div > span:nth-child(1) {
  margin-left: 10px;
  font-size: 24px;
}
#aktuelles .accordion-button > div > span:nth-child(2) {
  font-size: 45px;
}
#aktuelles .accordion-button:hover {
  background-color: white;
  border-radius: 0;
  color: #6CB535;
}
#aktuelles .accordion-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='32' viewBox='0 0 17 32'%3E%3Cpath id='Arrow_Right_32px' data-name='Arrow Right 32px' d='M14.947-31.643l-14.6,14.8a1.2,1.2,0,0,0,0,1.686l14.6,14.8a1.2,1.2,0,0,0,1.7.011,1.2,1.2,0,0,0,.011-1.7L2.886-16,16.655-29.957a1.2,1.2,0,0,0-.011-1.7A1.194,1.194,0,0,0,15.8-32,1.2,1.2,0,0,0,14.947-31.643Z' transform='translate(17) rotate(180)' fill='%236CB535'/%3E%3C/svg%3E%0A");
}
#aktuelles .accordion-button:not(.collapsed) {
  background-color: white;
  border-radius: 0;
  color: #008438;
  box-shadow: none;
}
#aktuelles .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='32' viewBox='0 0 17 32'%3E%3Cpath id='Arrow_Right_32px' data-name='Arrow Right 32px' d='M14.947-31.643l-14.6,14.8a1.2,1.2,0,0,0,0,1.686l14.6,14.8a1.2,1.2,0,0,0,1.7.011,1.2,1.2,0,0,0,.011-1.7L2.886-16,16.655-29.957a1.2,1.2,0,0,0-.011-1.7A1.194,1.194,0,0,0,15.8-32,1.2,1.2,0,0,0,14.947-31.643Z' transform='translate(17) rotate(180)' fill='%23008438'/%3E%3C/svg%3E%0A");
  background-size: contain;
  transform: rotate(90deg);
}
#aktuelles .accordion-body {
  background-color: white;
  padding: 15px 50px 45px;
}
@media (max-width: 991.98px) {
  #aktuelles {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #aktuelles .accordion-body {
    padding: 15px 15px 45px;
  }
}

#cta {
  position: relative;
  overflow: hidden;
}
#cta .cta-content {
  width: 1850px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
}
#cta .cta-content .swiper {
  overflow: visible;
  pointer-events: none;
}
#cta .cta-content .cta-text-wrapper {
  transition-timing-function: linear !important;
}
#cta .cta-content .cta-text-wrapper .cta-text {
  font-size: 135px;
  font-style: italic;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
#cta .cta-content .cta-text-wrapper .cta-text span:nth-child(2) {
  margin-left: 75px;
}
#cta .cta-content .q-btn:hover {
  color: #DA9900;
}
@media (max-width: 991.92px) {
  #cta {
    height: 380px;
  }
  #cta .background {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#idoc-live {
  padding-top: 60px;
  padding-bottom: 60px;
}
#idoc-live .el-swiper-idoc {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}
#idoc-live .el-swiper-idoc img {
  flex-shrink: 0;
}
#idoc-live .el-swiper-idoc .q-big {
  width: 125px;
  margin-top: -85px;
  transform: translateX(15px);
  z-index: 1;
}
#idoc-live .el-swiper-idoc .q-small {
  width: 81px;
  align-self: flex-end;
  transform: translate(-15px, 80px);
}
#idoc-live .swiper-idoc-outer {
  width: 100%;
  position: relative;
  background-color: rgba(108, 181, 53, 0.2);
  border-radius: 5px;
  font-size: 29px;
  overflow: hidden;
}
#idoc-live .swiper-idoc-outer .swiper-button-next:after, #idoc-live .swiper-idoc-outer .swiper-button-prev:after {
  font-size: 24px;
  color: #6CB535;
}
#idoc-live .swiper-idoc-outer .swiper-idoc {
  width: 90%;
}
#idoc-live .swiper-idoc-outer .swiper-idoc .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px;
  height: auto;
  font-style: italic;
}
#idoc-live .swiper-idoc-outer .swiper-idoc .swiper-slide p {
  margin-bottom: 0;
  text-align: center;
}
#idoc-live .swiper-idoc-outer .swiper-idoc-pagination {
  display: flex;
  justify-content: center;
  top: auto;
  bottom: 30px;
  height: 8px;
}
#idoc-live .swiper-idoc-outer .swiper-idoc-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: transparent;
  border: 1px solid #6CB535;
  opacity: 1;
}
#idoc-live .swiper-idoc-outer .swiper-idoc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6CB535;
}
@media (max-width: 991.98px) {
  #idoc-live {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #idoc-live .el-swiper-idoc {
    position: relative;
    margin-top: 80px;
  }
  #idoc-live .el-swiper-idoc img {
    position: absolute;
    transform: none !important;
    z-index: 3 !important;
  }
  #idoc-live .el-swiper-idoc .q-big {
    left: -75px;
  }
  #idoc-live .el-swiper-idoc .q-small {
    right: -30px;
    bottom: 40px;
  }
  #idoc-live .swiper-idoc-outer .swiper-idoc .swiper-slide {
    align-items: flex-start;
    padding: 15px 40px 125px;
  }
  #idoc-live .swiper-idoc-outer .idoc-next, #idoc-live .swiper-idoc-outer .idoc-prev {
    bottom: 50px;
    top: auto;
    left: calc(50% - 40px);
  }
  #idoc-live .swiper-idoc-outer .idoc-prev {
    left: calc(50% + 15px);
  }
}

#elearning {
  background-color: #5E2365;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
#elearning .title-elearnings {
  display: flex;
  align-items: flex-start;
}
#elearning .title-elearnings > img {
  max-width: 57px;
  margin-top: -30px;
}
#elearning .text-elearnings {
  margin-left: 72px;
  margin-right: -72px;
  padding-right: 72px;
}
#elearning .text-elearnings .success-wish {
  display: flex;
  align-items: flex-start;
  font-size: 34px;
}
#elearning .text-elearnings .success-wish i {
  margin-top: 15px;
}
#elearning .text-elearnings .success-wish img {
  width: 87px;
}
#elearning .box-elearning {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}
#elearning .box-elearning > span {
  font-size: 45px;
  font-weight: 300;
  margin-right: 20px;
  line-height: 1;
}
#elearning .box-elearning p {
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
}
#elearning .box-elearning .q-btn {
  padding: 16px 15px;
}
#elearning .box-elearning .q-btn span {
  text-transform: lowercase;
}
#elearning .box-elearning .q-btn:hover {
  color: #5E2365;
}
@media (max-width: 991.98px) {
  #elearning {
    padding-bottom: 30px;
  }
  #elearning .title-elearnings {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
  #elearning .text-elearnings {
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
  }
  #elearning .text-elearnings .success-wish {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #elearning .box-elearnings {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #elearning .box-elearnings .box-elearning {
    padding: 15px;
    flex-shrink: 0;
    display: block;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    border-radius: 5px;
  }
  #elearning .box-elearnings .box-elearning > p {
    margin-top: 20px;
  }
  #elearning .box-elearnings .box-elearning .q-btn {
    margin-top: 20px;
  }
}

#appointments {
  padding-top: 60px;
  padding-bottom: 60px;
}
#appointments .q-btn:hover {
  color: #008438;
}
#appointments .idoc-appointment-headline {
  display: flex;
  align-items: flex-start;
}
#appointments .idoc-appointment-headline img {
  max-width: 69px;
  transform: rotate(180deg);
  margin-right: 15px;
  margin-top: -30px;
}
#appointments .idoc-appointment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  background-color: #008438;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
#appointments .idoc-appointment p {
  margin-right: 15px;
}
#appointments .idoc-appointment .q-btn {
  flex-grow: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#appointments .idoc-appointment + a {
  display: none;
  color: #008438;
  font-size: 14px;
  text-decoration: underline;
  transition: 0.3s ease;
  opacity: 60%;
  margin-bottom: 30px;
}
#appointments .idoc-appointment + a:hover {
  opacity: 100%;
}
@media (max-width: 991.98px) {
  #appointments {
    padding-top: 90px;
  }
  #appointments .idoc-appointment-headline {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  #appointments .idoc-appointment-headline img {
    margin-right: -35px;
    margin-top: -70px;
  }
  #appointments .idoc-appointment {
    display: block;
    padding: 15px 15px;
  }
  #appointments .idoc-appointment .q-btn {
    margin-top: 15px;
  }
}

#material {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(108, 181, 53, 0.2);
}
#material .material-single-wrapper > p {
  font-weight: 300;
  margin-bottom: 15px;
}
#material .material-single-wrapper .material-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #fff;
  color: #008438;
  border-radius: 5px;
  border: 2px solid #008438;
  cursor: pointer;
}
#material .material-single-wrapper .material-link > span {
  display: inline-block;
  transition: 0.1s ease;
}
#material .material-single-wrapper .material-link > span:nth-child(1) {
  width: calc(100% - 170px);
}
#material .material-single-wrapper .material-link > span:nth-child(2) {
  width: 150px;
  flex-shrink: 0;
  margin-left: 10px;
  padding-left: 30px;
  text-align: right;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath id='Pfad_371' data-name='Pfad 371' d='M15,0A15,15,0,1,0,30,15,15.017,15.017,0,0,0,15,0m0,28.065A13.065,13.065,0,1,1,28.065,15,13.079,13.079,0,0,1,15,28.065m3.774-21.29a3.972,3.972,0,0,0-3.043,1.295L13.786,9.916a1.134,1.134,0,0,0-.321.7.982.982,0,0,0,.26.775.951.951,0,0,0,.705.431,1.164,1.164,0,0,0,.911-.356L17.18,9.633A2.169,2.169,0,0,1,18.677,9a2.106,2.106,0,0,1,2.129,2.128,2.164,2.164,0,0,1-.633,1.5l-2.516,2.515a2.191,2.191,0,0,1-3-.018.662.662,0,0,0-.127-.2,1.092,1.092,0,0,0-1.542-.23,1.064,1.064,0,0,0-.483.781,1.015,1.015,0,0,0,.255.774,1.213,1.213,0,0,0,.5.5,4.247,4.247,0,0,0,2.959,1.17A4.515,4.515,0,0,0,19.309,16.7l2.528-2.527a4.416,4.416,0,0,0-.012-6.093,4.366,4.366,0,0,0-3.051-1.3m-4.553,4.44,0,0-.01.012Zm1.859,7.292a1.1,1.1,0,0,1-.23,1.543l-1.766,1.778a3.986,3.986,0,0,1-3.051,1.3,4.369,4.369,0,0,1-3.052-1.3,4.414,4.414,0,0,1-.011-6.092L10.5,13.206a4.42,4.42,0,0,1,6.05-.051,1.225,1.225,0,0,1,.531.565,1.073,1.073,0,0,1-.26,1.49,1.1,1.1,0,0,1-1.543-.232l-.229-.215a2.2,2.2,0,0,0-2.994,0L9.535,17.277a2.171,2.171,0,0,0-.632,1.5,2.107,2.107,0,0,0,2.129,2.13,2.168,2.168,0,0,0,1.5-.633L14.44,18.36l.008.007a1.353,1.353,0,0,1,.993-.28.962.962,0,0,1,.64.419' fill='%23008438'/%3E%3C/svg%3E%0A");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 20px;
}
#material .material-single-wrapper .material-link:hover {
  color: #ffffff;
  background-color: #008438;
}
#material .material-single-wrapper .material-link:hover span:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath id='Pfad_371' data-name='Pfad 371' d='M15,0A15,15,0,1,0,30,15,15.017,15.017,0,0,0,15,0m0,28.065A13.065,13.065,0,1,1,28.065,15,13.079,13.079,0,0,1,15,28.065m3.774-21.29a3.972,3.972,0,0,0-3.043,1.295L13.786,9.916a1.134,1.134,0,0,0-.321.7.982.982,0,0,0,.26.775.951.951,0,0,0,.705.431,1.164,1.164,0,0,0,.911-.356L17.18,9.633A2.169,2.169,0,0,1,18.677,9a2.106,2.106,0,0,1,2.129,2.128,2.164,2.164,0,0,1-.633,1.5l-2.516,2.515a2.191,2.191,0,0,1-3-.018.662.662,0,0,0-.127-.2,1.092,1.092,0,0,0-1.542-.23,1.064,1.064,0,0,0-.483.781,1.015,1.015,0,0,0,.255.774,1.213,1.213,0,0,0,.5.5,4.247,4.247,0,0,0,2.959,1.17A4.515,4.515,0,0,0,19.309,16.7l2.528-2.527a4.416,4.416,0,0,0-.012-6.093,4.366,4.366,0,0,0-3.051-1.3m-4.553,4.44,0,0-.01.012Zm1.859,7.292a1.1,1.1,0,0,1-.23,1.543l-1.766,1.778a3.986,3.986,0,0,1-3.051,1.3,4.369,4.369,0,0,1-3.052-1.3,4.414,4.414,0,0,1-.011-6.092L10.5,13.206a4.42,4.42,0,0,1,6.05-.051,1.225,1.225,0,0,1,.531.565,1.073,1.073,0,0,1-.26,1.49,1.1,1.1,0,0,1-1.543-.232l-.229-.215a2.2,2.2,0,0,0-2.994,0L9.535,17.277a2.171,2.171,0,0,0-.632,1.5,2.107,2.107,0,0,0,2.129,2.13,2.168,2.168,0,0,0,1.5-.633L14.44,18.36l.008.007a1.353,1.353,0,0,1,.993-.28.962.962,0,0,1,.64.419' fill='%23fff'/%3E%3C/svg%3E%0A");
}

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
  background-color: #000;
  text-align: center;
}
#footer .footer-links {
  display: flex;
  justify-content: center;
}
#footer .footer-links a {
  flex-grow: 0;
  line-height: 1;
  text-decoration: underline;
  transition: 0.3s ease;
}
#footer .footer-links a:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}
#footer .footer-links a:hover {
  color: #6CB535;
}
@media (max-width: 991.98px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .footer-links {
    flex-direction: column;
  }
  #footer .footer-links a:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border: none;
  }
}

@media (max-width: 991.98px) {
  .wrapper {
    overflow-x: hidden;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*# sourceMappingURL=sections.css.map */
