/* project colors*/
/* ICONS could be transfers to provider extension */
/* Generell CSS classes could be transfers to provider extension */
.frame-type-list {
  overflow: unset !important;
}

.error {
  border-color: #7B0B0A;
  background-color: #FFE6E6;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"><path fill="%23cc3333" d="M7.005 3.1a1 1 0 1 1 1.99 0l-.388 6.35a.61.61 0 0 1-1.214 0L7.005 3.1ZM7 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"/></svg>');
  background-position: top 9px left;
  background-repeat: no-repeat;
  background-size: 40px;
  color: #7B0B0A;
  border-radius: 6px;
  padding: 10px 32px 10px 40px;
  margin-bottom: 30px;
}
.error_dates {
  background-color: #FFE6E6;
  color: #7B0B0A;
  border-radius: 6px;
  padding: 10px 32px 10px 40px;
  margin-bottom: 30px;
  display: inline-block;
}

.btn-pagination {
  color: #52595D;
  background-color: #FAFBFC;
  border: 2px solid #9DA1A3;
  font-size: 20px;
}
.btn-pagination_page {
  color: #52595D;
  background-color: #FAFBFC;
  border: 2px solid #FAFBFC;
}
.btn-pagination_page:hover {
  color: #fff;
  background-color: #05668E;
  border: 2px solid #05668E;
}

.pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .pagination {
    gap: 15px;
    justify-content: center;
  }
}
.pagination li.pages {
  display: none;
}
@media screen and (min-width: 48rem) {
  .pagination li.pages {
    display: block;
  }
}
.pagination li.mobile {
  line-height: 40px;
  font-size: 1.25rem;
  padding: 0 24px;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .pagination li.mobile {
    display: none;
  }
}
.pagination li a {
  text-decoration: none;
}
.pagination li a.btn {
  height: 42px;
  min-width: 42px;
  text-align: center;
  padding: 0;
  line-height: 36px;
}
.pagination li a.prev, .pagination li a.next {
  background-image: url('data:image/svg+xml,<svg xmlns = "http://www.w3.org/2000/svg" width="16" height="16" class="bi bi-chevron-left" viewBox = "0 0 16 16" > <path fill="%239DA1A3"  d = "M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>');
  background-position: left 6px center;
  background-repeat: no-repeat;
  padding: 0 15px 0 30px;
}
.pagination li a.next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill="%239DA1A3"  d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/> </svg>');
  background-position: right 6px center;
  padding: 0 30px 0 15px;
}
.pagination li.active .btn {
  background-color: #035678;
  border-color: #035678;
  color: #FFFFFF;
}
.pagination li.active .btn:hover {
  color: #fff;
  background-color: #05668E;
  border: 2px solid #05668E;
}
.pagination li.empty {
  display: flex;
  align-items: center;
}

/*These items exists inside list an detailview also so i will place this into a generell scss file*/
.bathlist_item_contents_text_courseprop {
  padding-top: 15px;
  margin: 22px 0;
}
.bathlist_item_contents_text_courseprop span {
  background-position: left top 2px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0 30px 10px 20px;
  margin-left: -20px;
}
.bathlist_item_contents_text_courseprop span.age {
  background-size: 16px;
  background-position: left top;
}
.bathlist_item_contents_text_courseprop span.age.age-1, .bathlist_item_contents_text_courseprop span.age.age-3, .bathlist_item_contents_text_courseprop span.age.age-4, .bathlist_item_contents_text_courseprop span.age.age-5, .bathlist_item_contents_text_courseprop span.age.age-6 {
  background-image: url("../Icons/target-group-young.svg");
}
.bathlist_item_contents_text_courseprop span.age.age-2, .bathlist_item_contents_text_courseprop span.age.age-7, .bathlist_item_contents_text_courseprop span.age.age-9, .bathlist_item_contents_text_courseprop span.age.age-10 {
  background-image: url("../Icons/target-group-old.svg");
}
.bathlist_item_contents_text_courseprop span.age.age-8 {
  background-image: url("../Icons/target-group-all.svg");
}
.bathlist_item_contents_text_courseprop span.level {
  background-position: left top 5px;
}
.bathlist_item_contents_text_courseprop span.level.level-1 {
  background-image: url("../Icons/level-min.svg");
}
.bathlist_item_contents_text_courseprop span.level.level-2 {
  background-image: url("../Icons/level-medium.svg");
}
.bathlist_item_contents_text_courseprop span.level.level-3 {
  background-image: url("../Icons/level-max.svg");
}
.bathlist_item_contents_text_courseprop span.days {
  background-position: left top;
  background-image: url("../Icons/calendar-week.svg");
}
.bathlist_item_contents_text_courseprop span.days.nodate {
  background-image: url("../Icons/calendar-week-off.svg");
}

.bs-teaser .bathlist_item_contents_text_courseprop {
  padding-left: 3rem;
  padding-bottom: 0;
}

.item_occupancy {
  padding: 4px 0 20px 55px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 40px auto;
  line-height: 10px;
}
@media screen and (min-width: 48rem) {
  .item_occupancy {
    background-position: left top;
    padding: 4px 0 20px 60px;
  }
}
.item_occupancy_closed {
  color: #7B0B0A;
  padding: 4px 0 20px 26px;
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 16 18" ><path d="M5.9,15.8c0-1.2,1-2.2,2.2-2.2c1.2,0,2.2,1,2.2,2.2S9.4,18,8.1,18C6.9,18,5.9,17,5.9,15.8z M6.1,2.2C6,1.1,6.8,0.1,7.9,0  C9-0.1,10,0.7,10.1,1.8c0,0.1,0,0.3,0,0.4l-0.8,7.9c-0.1,0.7-0.7,1.2-1.3,1.1c-0.6-0.1-1.1-0.5-1.1-1.1L6.1,2.2z" id="path815" fill="%237B0B0A" /> </svg> ');
  background-repeat: no-repeat;
  background-position: top 5px left;
  background-size: 16px;
}
.item_occupancy_closed.item_info {
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 16 18" ><path d="M5.9,15.8c0-1.2,1-2.2,2.2-2.2c1.2,0,2.2,1,2.2,2.2S9.4,18,8.1,18C6.9,18,5.9,17,5.9,15.8z M6.1,2.2C6,1.1,6.8,0.1,7.9,0  C9-0.1,10,0.7,10.1,1.8c0,0.1,0,0.3,0,0.4l-0.8,7.9c-0.1,0.7-0.7,1.2-1.3,1.1c-0.6-0.1-1.1-0.5-1.1-1.1L6.1,2.2z" id="path815" fill="%23035678" /> </svg> ');
  color: #035678;
  font-weight: 800;
}

.item_traffic {
  padding: 10px 0 8px 61px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 46px auto;
}
.item_traffic.occupancy-1 {
  background-image: url("../Icons/occupancy-1.svg");
}
.item_traffic.occupancy-2 {
  background-image: url("../Icons/occupancy-2.svg");
}
.item_traffic.occupancy-3 {
  background-image: url("../Icons/occupancy-3.svg");
}
.item_traffic.occupancy-4 {
  background-image: url("../Icons/occupancy-4.svg");
  color: #7B0B0A;
}
.item_traffic.occupancy--2, .item_traffic.occupancy--3 {
  background-image: url("../Icons/occupancy--2-3.svg");
}

.facility_body_contact .item_traffic {
  background-position: left 10px;
}

.formarea .filterform {
  margin: 30px 0 20px 0;
  border-bottom: solid 4px #EBEEF0;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 62rem) {
  .formarea .filterform {
    flex-direction: column;
  }
}
.formarea .filterform {
  /*Datetime*/
}
.formarea .filterform input[type=datetime-local] {
  padding: 13px 15px 12px 15px;
  border: solid 1px #C4C9CC;
  margin-bottom: 10px;
}
.formarea .filterform input[type=datetime-local].form-error {
  border-color: #CC3333;
}
.formarea .filterform input[type=datetime-local]:focus {
  outline: 3px solid #035678;
  box-shadow: none;
}
.formarea .filterform span.form-error {
  color: #CC3333;
  display: none;
}
.formarea .filterform span.form-error.show {
  display: inline-block;
}
.formarea .filterform {
  /*Select replacement*/
}
.formarea .filterform .wcagmultiselect button {
  border: solid 1px #C4C9CC;
  border-radius: 0.25rem;
  background-color: #fff;
  background-image: url('data:image/svg+xml,<svg xmlns = "http://www.w3.org/2000/svg" width="16" height="16" class="bi bi-chevron-left" viewBox = "0 0 16 16" > <path fill="%23292E33" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/> </svg>');
  background-position: center right 10px;
  background-repeat: no-repeat;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  padding: 14px 15px 15px 15px;
}
.formarea .filterform .wcagmultiselect button.collapsed {
  background-image: url('data:image/svg+xml,<svg xmlns = "http://www.w3.org/2000/svg" width="16" height="16" class="bi bi-chevron-left" viewBox = "0 0 16 16" > <path fill="%23292E33" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}
.formarea .filterform .wcagmultiselect .selectcontainer {
  position: absolute;
  box-shadow: 0 8px 15px 2px rgba(0, 37, 65, 0.0784313725);
  border: solid 2px #035678;
  border-radius: 0.75rem;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 100;
  left: 10px;
  right: 10px;
}
@media screen and (min-width: 36rem) {
  .formarea .filterform .wcagmultiselect .selectcontainer {
    width: 518px;
    left: inherit;
    right: inherit;
  }
}
@media screen and (min-width: 48rem) {
  .formarea .filterform .wcagmultiselect .selectcontainer {
    width: 698px;
  }
}
@media screen and (min-width: 62rem) {
  .formarea .filterform .wcagmultiselect .selectcontainer {
    width: auto;
  }
}
.formarea .filterform .wcagmultiselect fieldset {
  border-radius: 0.75rem;
  padding-top: 15px;
}
.formarea .filterform .wcagmultiselect fieldset .footer button {
  display: inline-block;
  margin: 10px 10%;
  width: 80%;
  text-align: center;
  border-radius: 4px;
  padding: 2px 14px 2px 2px;
  font-weight: 400;
  overflow: hidden;
  border: solid 1px #C4C9CC;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"> <path  fill="%23292E33"  d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/> </svg>');
}
.formarea .filterform .wcagmultiselect fieldset .footer button:focus {
  outline: solid 3px #035678;
  box-shadow: none;
  color: #002541;
}
.formarea .filterform .wcagmultiselect fieldset .footer button.submitevent {
  background-color: #035678;
  color: #FFFFFF;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"> <path  fill="%23ffffff"  d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/> </svg>');
}
.formarea .filterform .wcagmultiselect legend {
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
}
.formarea .filterform .wcagmultiselect legend span {
  visibility: hidden;
}
.formarea .filterform .wcagmultiselect label {
  display: block;
  padding: 10px 35px 10px 40px;
  color: #292E33;
  margin: 0;
}
.formarea .filterform .wcagmultiselect label:nth-child(even) {
  background-color: #F7F9FA;
}
.formarea .filterform .wcagmultiselect label:hover {
  background-color: #035678;
  color: #FFFFFF;
}
.formarea .filterform .wcagmultiselect input[type=checkbox] {
  margin-left: -30px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.formarea .filterform .wcagmultiselect button:focus,
.formarea .filterform .wcagmultiselect input:focus {
  outline: 3px solid #035678;
}
.formarea .filterform .filters {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.formarea .filterform .filters.show {
  max-height: 400px;
}
@media screen and (min-width: 62rem) {
  .formarea .filterform .filters {
    max-height: 400px;
    margin-bottom: 0;
  }
}
.formarea .filterform .btn-primary {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"><path fill="%23ffffff" d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/> </svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 42%;
  text-indent: -9999px;
  height: 48px;
  width: 48px;
  line-height: 1;
}
@media screen and (min-width: 48rem) {
  .formarea .filterform .btn-primary {
    text-indent: 0;
    background-position: center left 20px;
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }
}
.formarea .filterform .btn-secondary {
  margin: 20px 0;
}
@media screen and (min-width: 62rem) {
  .formarea .filterform .btn-secondary {
    display: none;
  }
}
.formarea .filterform .btn-secondary span {
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"><path  fill="%23002541" d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2zm1 .5v1.308l4.372 4.858A.5.5 0 0 1 7 8.5v5.306l2-.666V8.5a.5.5 0 0 1 .128-.334L13.5 3.308V2h-11z"/></svg>');
  background-repeat: no-repeat;
  background-position: left 40% center;
  background-size: 20px;
  padding-left: 50px;
  margin-left: -50px;
}
@media screen and (min-width: 48rem) {
  .formarea .filterform .btn-secondary span {
    background-size: 25px;
    padding-left: 70px;
    margin-left: -70px;
  }
}
.formarea .filterform .btn-secondary:focus span {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"  viewBox="0 0 16 16"><path  fill="%23ffffff" d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2zm1 .5v1.308l4.372 4.858A.5.5 0 0 1 7 8.5v5.306l2-.666V8.5a.5.5 0 0 1 .128-.334L13.5 3.308V2h-11z"/></svg>');
  color: #FFFFFF;
}
.formarea .prefillwrap {
  margin: -15px 0 10px 0;
}
.formarea .btn-prefill {
  background-color: transparent;
  border: none;
  color: #035678;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}
.formarea .btn-prefill.btn-right {
  float: right;
}
.formarea .btn-prefill.btn-widget {
  padding: 10px 0 0 13px;
}

.facility-widget {
  z-index: 100;
  position: relative;
  margin: -120px auto 0 auto;
}
.facility-widget .standalonewidget {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 62rem) {
  .facility-widget .standalonewidget {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.facility-widget .standalonewidget {
  background-color: #FFFFFF;
  box-shadow: 4px 16px 32px rgba(0, 37, 65, 0.0784313725);
  border-radius: 15px;
  padding: 20px 12px 4px 12px;
}
.facility-widget .standalonewidget > div {
  border-bottom: solid 2px #C4C9CC;
  margin-bottom: 10px;
}
.facility-widget .standalonewidget > div:last-child {
  border: none;
}
@media screen and (min-width: 62rem) {
  .facility-widget .standalonewidget > div {
    flex-basis: 22%;
    border-right: solid 2px #C4C9CC;
    border-bottom: none;
    padding: 0 5px;
    margin-bottom: 0;
  }
  .facility-widget .standalonewidget > div:nth-child(4), .facility-widget .standalonewidget > div:last-child {
    border: none;
  }
  .facility-widget .standalonewidget > div:last-child {
    flex-basis: 10%;
  }
}
.facility-widget .formarea .filterform {
  border-bottom: none;
}
.facility-widget .formarea .filterform .btn-primary {
  width: 100%;
  text-indent: 0;
  background-position: left 9% center;
  padding-left: 35px;
}
.facility-widget .formarea .filterform .form-label {
  margin: 0;
  padding-left: 15px;
}
.facility-widget .formarea .filterform .form-label.invisible {
  height: 10px;
}
@media screen and (min-width: 48rem) {
  .facility-widget .formarea .filterform .wcagmultiselect .selectcontainer {
    width: auto;
    left: inherit;
    margin-left: 0;
  }
}
.facility-widget .formarea .filterform .wcagmultiselect button {
  border-color: #FFFFFF;
  font-weight: 600;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.facility-widget .formarea .filterform input[type=datetime-local] {
  border: none;
  font-weight: 600;
  padding: 5px 15px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=facility-widget.css.map */
