/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-content-contentslider {
  position: relative; }
  @media (min-width: 981px) {
    .section-content-contentslider {
      padding-top: calc(90px + 60px); } }
  @media (max-width: 980px) {
    .section-content-contentslider {
      padding-bottom: calc(90px / 2 + 40px); }
      .section-content-contentslider .offset-left, .section-content-contentslider .offset-right {
        padding-left: 0;
        padding-right: 0; } }
  .section-content-contentslider .bg-image.owl-carousel {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0; }
    .section-content-contentslider .bg-image.owl-carousel .owl-stage-outer {
      height: 100%;
      width: 100%; }
      .section-content-contentslider .bg-image.owl-carousel .owl-stage-outer .owl-stage {
        height: 100%; }
        .section-content-contentslider .bg-image.owl-carousel .owl-stage-outer .owl-stage .owl-item {
          height: 100%; }
          .section-content-contentslider .bg-image.owl-carousel .owl-stage-outer .owl-stage .owl-item .image {
            position: absolute;
            height: 100%;
            width: 100%;
            inset: 0;
            background-size: cover; }
  .section-content-contentslider .container-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 999; }
    .section-content-contentslider .container-wrapper .content {
      padding: 30px;
      background-color: var(--medium-gray);
      flex-basis: 100%; }
      @media (min-width: 1300px) {
        .section-content-contentslider .container-wrapper .content {
          padding: 90px;
          flex-basis: 425px; } }
      .section-content-contentslider .container-wrapper .content h2 {
        margin: 0; }
        .section-content-contentslider .container-wrapper .content h2 + p {
          margin-top: 15px; }
    .section-content-contentslider .container-wrapper .slider {
      background-color: var(--dark-blue);
      padding: 30px; }
      @media (min-width: 981px) {
        .section-content-contentslider .container-wrapper .slider {
          flex: 2;
          width: 50%; } }
      @media (min-width: 1300px) {
        .section-content-contentslider .container-wrapper .slider {
          padding: 90px; } }
      .section-content-contentslider .container-wrapper .slider .slide-content h3 {
        color: var(--green);
        font-weight: 800;
        margin: 0; }
        .section-content-contentslider .container-wrapper .slider .slide-content h3 + p {
          margin-top: 15px; }
      .section-content-contentslider .container-wrapper .slider .slide-content p {
        color: var(--white); }
      .section-content-contentslider .container-wrapper .slider .owl-nav {
        position: absolute;
        bottom: -40px;
        right: 0;
        display: flex;
        gap: 5px; }
        @media (min-width: 1300px) {
          .section-content-contentslider .container-wrapper .slider .owl-nav {
            top: -60px;
            bottom: auto; } }
        .section-content-contentslider .container-wrapper .slider .owl-nav button {
          height: 40px;
          width: 40px;
          color: var(--black);
          background-color: var(--green);
          font-size: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: background-color .3s ease-in-out; }
          @media (min-width: 1300px) {
            .section-content-contentslider .container-wrapper .slider .owl-nav button {
              height: 60px;
              width: 60px;
              font-size: 30px; } }
          .section-content-contentslider .container-wrapper .slider .owl-nav button.disabled {
            background-color: var(--gray-blue); }

/*# sourceMappingURL=content-content-slider.css.map */
