body {
  background-color: black;
}

.orm-offers-image {
  border-radius: 20px;
}

.orm-offers .swiper {
  border-radius: 20px;
}

.orm-eq-height .frame-type-html,
.orm-eq-height .orm-searchbarwidget,
.orm-eq-height .orm-searchbarwidget > div,
.orm-eq-height .orm-searchbar__datepicker--wrappless,
.orm-eq-height .orm-searchbar__padding {
  height: 100%;
}

.orm-burger {
  color: #123da2;
}

.orm-burgerMenu {
  background-color: #15151c;
  color: #fff;
  border-bottom: 6px solid #123da2;
}
.orm-burgerMenu .router-link {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .orm-reverseorder .orm-container > .orm-row {
    flex-direction: column-reverse;
  }
}

.frame-type-menu_pages.frame-layout-1 > ul {
  display: flex;
  gap: 2rem;
  justify-content: space-evenly;
}

@media screen and (max-width: 560px) {
  .frame-type-menu_pages.frame-layout-1 > ul {
    display: flex;
    gap: 0.5rem;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .orm-teaser__fullscreen__content {
    background-color: transparent !important;
  }
}

.orm-iconset {
  display: flex;
  gap: 2rem;
  justify-content: center;
  font-size: 22px;
}

.orm-stationsfilter-station-list-station {
  background-color: #15151c;
  padding: 2rem;
  border-radius: 20px;
}
.orm-stationsfilter-station-list-station * {
  color: #fff;
}

.orm-stationsfilter-station-list .orm-mb-48 {
  margin-bottom: 1rem !important;
}

.orm-borderRadiusTBRL .orm-teaser {
  border-radius: 20px;
  overflow: hidden;
}

.orm-btn--icon.orm-login-widget-btnlistener {
  border: 0 none transparent;
  background-color: transparent;
  color: #123da2;
}

.orm-btn--icon.orm-login-widget-btnlistener:hover,
.orm-btn--icon.orm-login-widget-btnlistener:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.orm-btn--icon.orm-login-widget-btnlistener .fal.fa-user-circle {
  font-size: 24px;
  color: #123da2;
}

.orm-vehicle-card__slider {
  margin-top: 0;
}

.orm-header-nomargin h1,
.orm-header-nomargin h2,
.orm-header-nomargin h3 {
  margin-bottom: 0 !important;
}

.orm-burgerMenu-row {
  margin-bottom: 0 !important;
}
/* 
#c57 .orm-vehicle-list {
    display: flex;
    justify-content: center;
} */

#crentAboVehicleGroups .orm-headline__h1 {
  color: #fff;
}

#crentAboVehicleGroups
  .orm-mb-16.orm-col-xs-12.orm-col-sm-8.orm-col-md-4.orm-col-lg-3.orm-px-xs-8
  .text-center {
  background-color: #15151c;
  padding: 0 1rem 1rem;
  border-radius: 20px;
  color: #fff;
  height: 100%;
}

.orm-font-color-light .control-label.orm-form__label {
  color: #fff;
}

.frame-type-form_formframework .form-check-wrapping-label {
  display: flex;
}
.frame-type-form_formframework .form-check-input {
  align-self: start;
}
.frame-type-form_formframework .form-check-label {
  margin-left: 1rem;
  display: inline-block;
}

.accordion {
  background: #15151c;
  border-radius: 20px;

  padding: 1rem 1rem 1rem 1rem;
  color: #fff;
  margin-bottom: 1rem;
}
.accordion__headline {
  border-top: 0 none;
  color: #fff;
  padding: 0;
}

.accordion__headline::before {
  top: 0;
  right: calc(1rem + 6px);
}
.accordion__headline.active::before {
  top: calc(0rem);
  right: calc(1rem + 6px);
}

.accordion__headline::after {
  top: calc(0rem + 6px);
  right: 1rem;
}
.accordion__content {
  border-top: 2px solid #123da2;
  margin-top: 1rem;
}

.orm-slider__slide .orm-btn.orm-btn--outline,
.orm-caroffers__element .orm-button__cta.outline {
  background-color: #123da2;
  border: 2px solid #123da2;
  color: #fff !important;
}
.orm-slider__slide .orm-btn.orm-btn--outline:hover,
.orm-slider__slide .orm-btn.orm-btn--outline:focus,
.orm-caroffers__element .orm-button__cta.outline:hover,
.orm-caroffers__element .orm-button__cta.outline:focus {
  background-color: transparent;
  border: 2px solid #123da2;
  color: #123da2 !important;
}

.orm-vehicle-slide-inner {
  background-color: #15151c;
}
