/* General */
body {
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  background-color: rgb(241, 242, 246);
  -webkit-font-smoothing: subpixel-antialiased
}

/************************************
ROWS AND CONTAINERS
************************************/
/* Rows */
.row {
  --bs-gutter-y: 1.5rem;
}

/* Containers */
@media (max-width:767px) {
  .container {
    max-width: 100%;
  }
}

.container-sm {
  max-width: 720px;
}

/* Content wrappers */
.content-wrapper {
  margin-top: 30px;
  margin-bottom: 30px
}

.text-wrapper {
  background: #fff
}

@media (min-width:768px) {
  .text-wrapper {
    padding: 30px
  }
}

@media (max-width:767px) {
  .text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

/* Fix responsive images */
.text-wrapper img {
  max-width: 100%;
  height: auto
}

/************************************
FORMS
************************************/
/* Group */
.umbraco-forms-field {
  margin-bottom: 1rem;
}
/* Label */
.umbraco-forms-label {
  font-weight: var(--ps-body-bold-font-weight);
}

.umbraco-forms-tooltip .fa {
  color: var(--bs-link-color);
}

.umbraco-forms-indicator {
  color: var(--bs-danger);
}

/* Forms fields */
.form-control,
.form-control:focus,
.form-select {
  background-color: #fff;
}

.form-control,
.form-check-input {
  border-width: var(--ps-border-width);
}

  .form-check-input:checked {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
  }

  .form-control.input-validation-valid {
    border-color: var(--bs-success);
  }

  .form-control.input-validation-error {
    border-color: var(--bs-danger);
  }

/* Validation message */
.field-validation-error {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: .875em;
  color: var(--bs-danger);
}

/************************************
PAGE BANNER
************************************/
.page-banner.container {
  padding: 0
}

.page-banner .page-banner-embed {
  margin-bottom: -7px
}

.page-banner .page-banner-video {
  text-align: center;
  position: relative;
}

  .page-banner .page-banner-video i {
    position: absolute;
    color: #fff;
    font-size: 66px;
    left: 50%;
    top: 50%;
    margin-top: -33px;
    margin-left: -33px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.40);
  }

.slideshow-video i {
  color: #fff;
  font-size: 90px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.40);
}

/************************************
MEDLEMSFORDELER
************************************/
.benefit-badge-wrapper {
  right: -11px;
  top: -10px;
  position: absolute;
  z-index: 100;
}

  .benefit-badge-wrapper .benefit-inner {
    background: #cf1a6f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    color: #FFFFFF;
    font-weight: lighter;
    width: 57px;
    height: 57px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    line-height: 16px;
    font-size: 0.8em;
  }

    .benefit-badge-wrapper .benefit-inner .benefit-text {
      width: 35px;
      margin: 0 auto;
    }


/************************************
SWIPER
************************************/

/* Swiper slideshow */
.swiper-slideshow {
  position: relative;
  overflow: hidden;
}

@media (min-width: 991px) {
  .swiper-slideshow {
    height: 510px;
  }
}

  .swiper-slideshow .swiper-slide {
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb),.075);
    border-radius: 0;
    height: auto !important;
  }

    .swiper-slideshow .swiper-slide img {
      display: block;
      width: 100%;
      object-fit: cover;
      border-radius: 0;
    }

  .swiper-slideshow .umb-container {
    column-gap: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    --swiper-navigation-color: rgba(var(--bs-primary-rgb),1);
  }

  .swiper-pagination-bullet-active {
    --swiper-pagination-color: rgba(var(--bs-primary-rgb),1);
  }

  /************************************
BREADCRUMB
************************************/
  .breadcrumb-wrapper {
    line-height: 50px;
    position: relative;
    background: #95a1a4
  }

    .breadcrumb-wrapper .breadcrumb-custom > li,
    .breadcrumb-wrapper .breadcrumb-custom > li a,
    .breadcrumb-wrapper .breadcrumb-custom > li.active {
      color: #fff
    }

      .breadcrumb-wrapper .breadcrumb-custom > li + li:before {
        color: #616769
      }

    .breadcrumb-wrapper .container {
      padding: 0
    }

    .breadcrumb-wrapper .breadcrumb-custom {
      list-style: none;
      margin: 0;
      padding: 0
    }

      .breadcrumb-wrapper .breadcrumb-custom > li {
        display: inline-block
      }

        .breadcrumb-wrapper .breadcrumb-custom > li,
        .breadcrumb-wrapper .breadcrumb-custom > li a {
          text-decoration: none
        }

          .breadcrumb-wrapper .breadcrumb-custom > li a:hover {
            text-decoration: underline
          }

          .breadcrumb-wrapper .breadcrumb-custom > li.active {
            font-weight: 700
          }

          .breadcrumb-wrapper .breadcrumb-custom > li + li:before {
            padding: 0 5px;
            font-family: "Font Awesome\ 5";
            content: "\f105"
          }


  /************************************
FOOTER
************************************/
  .site-footer {
    padding: 40px 0;
    background: #d4d8da;
    color: #222
  }

    .site-footer a,
    .site-footer-copyright {
      color: #4d402a !important;
    }

  @media (max-width: 767px) {
    .site-footer {
      padding: 20px 0
    }
  }

  .site-footer-copyright {
    font-size: 13px;
  }

  @media (min-width: 768px) {
    .site-footer-copyright {
      margin-top: 30px
    }
  }

  .site-footer-copyright a {
    color: inherit;
    text-decoration: underline
  }

  .site-footer ul {
    list-style: none;
    padding: 0
  }

    .site-footer ul li:before {
      display: none
    }

    .site-footer ul li {
      border-bottom: 1px solid #e3ddd5
    }

      .site-footer ul li:last-child {
        border-bottom: none
      }

      .site-footer ul li a {
        display: block;
        text-decoration: none;
        padding: 3px 0
      }

        .site-footer ul li a + small {
          padding-bottom: 3px
        }

        .site-footer ul li a:hover {
          color: #cf1a6f
        }

  /* Social links */
  .list-social-links li {
    font-size: 23px !important;
  }

  /*******************************
MISC
/******************************/
  /* Video icon */
  .page-banner .page-banner-video:hover i,
  .article-video:hover i,
  .card-news .article-video:hover i,
  .slideshow-video:hover i {
    color: #009ed5
  }
