@charset "UTF-8";
::selection {
  background-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  color: white;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #ced4da;
}

.slide-right-positive, .flyout-shown.positive {
  -o-animation: slide-right-positive 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: slide-right-positive 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation: slide-right-positive 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right-positive 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-right-positive {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(calc(100vw - 400px));
    transform: translateX(calc(100vw - 400px));
  }
}
@-moz-keyframes slide-right-positive {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(calc(100vw - 400px));
    transform: translateX(calc(100vw - 400px));
  }
}
@-o-keyframes slide-right-positive {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(calc(100vw - 400px));
    transform: translateX(calc(100vw - 400px));
  }
}
@keyframes slide-right-positive {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(calc(100vw - 400px));
    transform: translateX(calc(100vw - 400px));
  }
}
.slide-right-negative, .flyout-shown.negative {
  -o-animation: slide-right-negative 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: slide-right-negative 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation: slide-right-negative 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right-negative 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-right-negative {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slide-right-negative {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slide-right-negative {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-right-negative {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slide-left-positive, .flyout-hidden.positive {
  -o-animation: slide-left-positive 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: slide-left-positive 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation: slide-left-positive 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-left-positive 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-left-positive {
  0% {
    -webkit-transform: translateX(calc(100vw - 400px));
    transform: translateX(calc(100vw - 400px));
  }
  100% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
@-moz-keyframes slide-left-positive {
  0% {
    -webkit-transform: translateX(calc(100vw - 400px));
    transform: translateX(calc(100vw - 400px));
  }
  100% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
@-o-keyframes slide-left-positive {
  0% {
    -webkit-transform: translateX(calc(100vw - 400px));
    transform: translateX(calc(100vw - 400px));
  }
  100% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
@keyframes slide-left-positive {
  0% {
    -webkit-transform: translateX(calc(100vw - 400px));
    transform: translateX(calc(100vw - 400px));
  }
  100% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
.slide-left-negative, .flyout-hidden.negative {
  -o-animation: slide-left-negative 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: slide-left-negative 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation: slide-left-negative 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-left-negative 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-left-negative {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
@-moz-keyframes slide-left-negative {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
@-o-keyframes slide-left-negative {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
@keyframes slide-left-negative {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
.dropshadow {
  box-shadow: 0 0 0.1rem #8A8A8A !important;
}

body {
  background-color: white;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-weight: 400;
}
body.boxed-layout {
  background: none;
  background-color: white;
}

.Content {
  margin: 0 auto;
  padding: 25px 0;
}

.navy-bg {
  background-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  color: #F8F8F8;
}

a {
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  text-decoration: none;
}
a:focus, a:hover {
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  text-decoration-style: dotted;
  text-decoration-skip: objects;
}
a .inverted {
  color: #f8f9fa;
}

h1,
h2,
h4 {
  line-height: 120%;
}

h3,
h5,
h6 {
  line-height: 150%;
}

h2,
h3 {
  font-weight: 700;
}

h1,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

table,
figure {
  page-break-inside: avoid;
}

.z-index-overlap {
  z-index: 1000;
}

p {
  margin-bottom: 16px;
}

.line-height {
  line-height: 40px;
}

.nav-chevron {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2rem;
  padding-top: 3px;
  background-color: #fff;
}

.mobile-nav {
  height: 50px;
  background-color: #fff;
  position: relative;
  z-index: 1020;
}

.mobile-nav-collapse {
  background-color: white;
  z-index: 1010;
  position: absolute;
  width: 100%;
  padding: 20px 32px;
  border-bottom: 1px solid #b71722;
}
.mobile-nav-collapse svg {
  color: #b71722;
}
.mobile-nav-collapse-item a {
  background-color: #fff;
  border: 1px solid #F8F8F8;
  border-radius: 5px;
  padding: 2px 16px;
  margin-bottom: 5px;
}
.mobile-nav-collapse-item > a:first-of-type {
  width: 2.1rem;
  height: 100%;
  border-radius: 20px;
  padding: 2px 8px;
}

.form-check {
  border-radius: 4px;
  padding: 12px 16px;
  background-color: #F8F8F8;
}
.form-check .form-check-input {
  margin: 0;
  margin-top: 4px;
}
.form-check label {
  margin: 0;
  margin-left: 24px;
  padding: 0;
}

.nav > li.active {
  border: none;
}

.category .container {
  margin-top: 26px;
  margin-bottom: 26px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgb(160.3470873786, 20.1529126214, 29.7912621359);
}
.category .container .breadcrumb {
  position: relative;
  background-color: #F8F8F8;
  padding: 6px 15px;
  margin-top: -15px;
  border: solid 1px rgb(160.3470873786, 20.1529126214, 29.7912621359);
  top: 33px;
  left: 10px;
}

footer {
  width: 100%;
  margin: 50px 0 0;
  padding: 64px 0 120px;
  background-color: #F8F8F8;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  max-width: 70%;
}
.footer-links a {
  color: #000;
}

.additional-footer-content {
  display: flex;
  align-items: center;
  gap: 48px;
}
.additional-footer-content .qualiccare-footer-container {
  display: inherit;
  flex-direction: column;
  gap: 8px;
}

#qualiccare {
  width: 202px;
}

#sged-ssed {
  height: 76px;
}

.head {
  color: #adb5bd;
  border-top: 1px dotted #adb5bd;
  padding-top: 10px;
}

.features-text {
  padding-top: 10px;
}

.fa {
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  padding-left: 10px;
}
.fa .fa:hover {
  color: rgb(92.3883495146, 11.6116504854, 17.1650485437);
}

hr {
  margin-top: 20px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid rgb(160.3470873786, 20.1529126214, 29.7912621359);
}

.close {
  color: #F8F8F8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.form-control:focus,
.single-line:focus,
.form-control.pg-state-focus,
.single-line.pg-state-focus {
  border-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}

.toast-success {
  background-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}

.required:after {
  content: "*";
  margin-left: 0.2rem;
  color: #CD3618;
}

.border-bottom {
  border-bottom: 5px solid #f8f9fa !important;
}

.border-primary {
  border-color: rgb(160.3470873786, 20.1529126214, 29.7912621359) !important;
}

.border-thin {
  border-width: 1px !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox]:checked + label::before {
  background-color: #8cad2d;
}

#toast-container > div {
  border-radius: 0 !important;
  color: #adb5bd;
}
#toast-container > .toast:before {
  color: #adb5bd;
}
#toast-container > .toast-info:before {
  content: "\f019";
}

.toast-info,
.toast-success {
  background-color: rgb(115.0412621359, 14.4587378641, 21.3737864078);
}

.one-panel-margin {
  margin-left: 7vw;
  margin-right: 7vw;
}

.footer-line-height {
  line-height: 1.5rem;
}

.low-menu {
  margin-left: auto;
  margin-right: auto;
}

.card-header svg {
  transition: 0.3s transform ease-in-out;
}

.collapsed svg {
  transform: rotate(180deg);
}

.card + img + div > h4 {
  margin-top: 0;
  font-weight: 600;
  margin-top: -35px;
  margin-bottom: 0;
}

ul.link-list {
  list-style-type: none;
}

ul.link-list li::before {
  font-family: FontAwesome;
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  content: "\f061";
  margin-left: -30px;
  margin-right: 10px;
}

.ordered-list-style {
  list-style-type: lower-alpha;
}

.rotate-90 {
  transform: rotate(90deg);
}

#searchResults,
#searchResultsDetails {
  height: 738px;
}

#MapToolbar {
  position: absolute;
  top: 10px;
  right: 40px;
}
#MapToolbar.menu-layer {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: white;
  position: absolute;
  right: 0;
}
#MapToolbar > .row .col-12 {
  margin-top: 7px;
}
#MapToolbar #putLocation, #MapToolbar #putFulltextSearch, #MapToolbar #putSearchRadius, #MapToolbar #putCategory2 {
  margin: 20px 50px;
  padding-right: 7rem;
}

#MapToolbarMobile {
  position: absolute;
  top: 10px;
  z-index: 1010;
  right: 1.5rem;
}
#MapToolbarMobile.menu-layer {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: -15px;
  background-color: white;
  position: absolute;
}

.default-search-view-desktop {
  margin: 20px 50px;
}
.default-search-view-mobile {
  margin: 20px 0 !important;
}

#putCategory2.default-search-view-mobile {
  margin: 20px 10px !important;
  padding: 0 2rem;
}

.default-search-view-mobile.col-12 {
  flex: 0 1 100%;
}

.menu-layer #SearchMenu {
  margin: 10px 25px;
}

#searchResults > .card-body > .k-widget > .card {
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
#searchResults > .card-body > .k-widget > .card:hover {
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}

#searchCriteria {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  height: 39px;
  width: 35vw;
}
#searchCriteria.expanded {
  height: auto;
  width: 98%;
}
#searchCriteria.expanded > .searchCriteriaContainer {
  border-radius: 4px;
  height: auto;
}

.searchCriteriaContainer {
  background-color: white;
  border-radius: 4px;
  padding: 5px;
  height: 38px;
}
.searchCriteriaContainer.expanded {
  padding-bottom: 7px;
  border-radius: 4px;
}
.searchCriteriaContainer > #SearchCriteriaPanel .col-10 {
  margin-left: 33px;
}

.k-widget {
  border-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-widget > #keywords {
  margin-top: 0 !important;
}

.k-pager-wrap {
  background-color: white !important;
}

div.k-navigator .k-navigator-up,
div.k-navigator .k-navigator-down {
  margin-left: 0;
}

div.k-navigator .k-navigator-right,
div.k-navigator .k-navigator-left {
  margin-top: 0;
}

.dropdown-header {
  background-color: #f8f9fa;
  padding: 0.5rem 1rem;
}

.k-list-item {
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.k-list-item.k-hover {
  background-color: #f8f9fa;
}
.k-list-item.k-selected {
  background-color: #b71722;
}

.k-popup {
  border-radius: 4px;
}

.k-grid {
  border-radius: 4px;
  border-color: #F8F8F8;
  background-color: #F8F8F8;
}
.k-grid th,
.k-grid td {
  padding: 10px 15px;
}
.k-grid td {
  border-color: transparent;
  border-bottom: 1px dotted #ced4da;
}
.k-grid tr:first-child td {
  border-top: 1px dotted #ced4da;
}
.k-grid tbody tr:not(.k-detail-row):hover {
  background-color: white;
}
.k-grid .k-alt {
  background-color: transparent;
}

.k-grid-header {
  font-weight: 700;
  background-color: #ced4da;
  padding: 10px;
}
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-sort-order {
  color: #b71722;
}

.k-pager-wrap {
  color: #adb5bd;
  background-color: #F8F8F8;
}

.k-pager-numbers {
  padding-left: 0 !important;
  background-color: #F8F8F8;
}
.k-pager-numbers .k-link {
  text-decoration: solid;
  background-color: #F8F8F8;
  border-color: transparent;
  border-radius: 90%;
  margin-right: 2.5px;
  margin-left: 2.5px;
}
.k-pager-numbers .k-link.k-state-selected {
  background-color: white;
  border-color: #F8F8F8;
  font-weight: 700;
}
.k-pager-numbers .k-link:hover {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}

.k-pager-nav.k-link {
  background-color: #F8F8F8;
  border-color: transparent;
  border-radius: 90%;
}
.k-pager-nav.k-link:hover {
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  background-color: white;
  border-color: white;
}

.k-grid-pager {
  border-color: transparent;
}

.k-pager-first {
  border-radius: 4px 0 0 4px;
}

.k-pager-last {
  border-radius: 0 4px 4px 0;
}

.hint {
  padding-top: 23vh;
}

#locationPartialView > .row > .col-12 > .card {
  height: 738px;
}

.detail-icon {
  margin: 50px auto;
}

ol > li {
  line-height: 180% !important;
}

.search-criteria {
  display: block;
  height: 30px;
  overflow: hidden;
}

.email {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
}

.indicator-wrap {
  position: absolute;
  top: 1rem;
  left: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 0.5rem 1rem;
}

.indicator {
  background: #b71722;
  height: 2px;
}

.indicator-text {
  color: rgb(92.3883495146, 11.6116504854, 17.1650485437);
  text-align: right;
}

.search-map-mobile-module,
.search-list-mobile-module,
.search-detail-mobile-module {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.search-map-mobile-module.show,
.search-list-mobile-module.show,
.search-detail-mobile-module.show {
  margin-left: 0;
}

.search-map-mobile-module {
  position: relative;
  display: block;
}

.search-list-mobile-module,
.search-detail-mobile-module {
  position: absolute;
  display: none;
  width: 0;
  left: 100%;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.search-list-mobile-module.show,
.search-detail-mobile-module.show {
  background-color: white;
  width: 100%;
  left: 0;
  top: 0;
  visibility: visible;
  display: block;
}

.search-list-mobile-module {
  z-index: 1020;
}
.search-list-mobile-module > #searchResults {
  height: 100vh;
}

.search-detail-mobile-module {
  z-index: 1030;
}
.search-detail-mobile-module > #searchResultsDetails {
  height: 100vh;
}

.main-btn {
  width: 4.2rem !important;
  height: 4.2rem !important;
}

#backToTopBtn {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  z-index: 1010;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
#backToTopBtn.show {
  visibility: visible;
  opacity: 1;
}
#backToTopBtn.hide {
  visibility: hidden;
  opacity: 0;
}

.k-map {
  margin-bottom: -50px;
  height: calc(100vh - 78px);
}

.k-map .k-i-marker-custom-marker {
  background-image: url("https://cdn.geronto.net/gerontonetcdnblobcontainer/servicekatalog/images/map-marker-alt-digena.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.k-widget.form-control .k-input {
  height: 2.25rem !important;
}

.k-listview-content {
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.k-listview-content .card:hover {
  cursor: pointer;
  border-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}
.k-listview-content .card-header, .k-listview-content .card-body div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-listview-content .card-body div {
  min-height: 50px;
  max-height: 50px;
}

.k-pager-sm .k-pager-numbers-wrap {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #f8f9fa;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.k-pager-sm .k-pager-numbers-wrap select.k-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.k-pager-sm .k-pager-numbers-wrap select.k-dropdown:hover {
  background-image: none;
  background-color: #F8F8F8;
}
.k-pager-sm .k-pager-numbers-wrap select.k-dropdown option {
  border-radius: 5px;
}

select.k-dropdown,
select.k-dropdowntree {
  background-image: none;
}

.k-pager-nav.k-link,
.k-pager-refresh {
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}

.k-listview-content > .k-state-selected {
  background-color: rgb(249.5291262136, 211.4708737864, 214.0873786408);
}

.k-listview {
  border-color: transparent !important;
}

.distanceIndicator {
  font-weight: 700;
}

.filter-btn {
  background-color: white;
  border-radius: 5px !important;
  border: 1px solid #f8f9fa;
}
.filter-btn[aria-expanded=true] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: white;
}

kbd {
  border-radius: 0;
  padding: 5px 10px 5px;
  margin-left: 3px;
  -webkit-box-shadow: 0 0 transparent !important;
  box-shadow: 0 0 transparent !important;
  font-family: inherit;
}

.badge {
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container.registration {
  padding-top: 8px;
  padding-bottom: 2px;
  margin-top: auto;
  margin-bottom: auto;
}
.container-layout {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

button {
  margin-bottom: 5px;
}

.btn-block + .btn-block {
  margin-top: 0;
}

.btn {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 12px 16px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.btn:focus {
  box-shadow: none;
}
.btn-grid-action {
  background-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  border-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  color: white;
}
.btn-grid-action:hover, .btn-grid-action:focus, .btn-grid-action:active {
  background-color: white;
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}
.btn-list {
  width: 150px;
  padding: 8px 0;
  border-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  border-bottom: none;
  border-radius: 0;
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}
.btn-list:hover, .btn-list:focus, .btn-list:active {
  background-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  color: white;
}
.btn-group .btn {
  font-weight: 600;
}
.btn-filter {
  padding: 2px 15px;
  border-radius: 4px;
  border-color: #ced4da;
}
.btn-filter + button {
  border-color: #ced4da;
  color: #b71722;
}
.btn-list-view {
  position: absolute;
  bottom: 10vh;
  left: 10px;
  padding: 0px 20px;
}
.btn i {
  font-size: 12px;
}

.btn-icon {
  width: 40px;
  height: 40px;
}

.btn-link {
  text-decoration: none;
}

.btn-white {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  color: #000;
}
.btn-white:hover {
  background-color: #F8F8F8;
}

.btn-outline-primary {
  background-color: #fff;
}

.btn-round {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 0.5rem;
  text-align: center;
  padding: 0;
}
.btn-round i {
  position: relative;
  top: -1px;
}

.btn-round-small {
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 0.5rem;
  text-align: center;
  padding: 0;
}
.btn-round-small i {
  position: relative;
  top: -1px;
}

.dropup-toggle::after {
  display: none;
}

.list-group-item {
  border-color: #F8F8F8;
}
.list-group-item-primary {
  cursor: default;
  padding: 10px 50px;
  font-weight: 300;
}
.list-group-item-active {
  border-left: 15px solid rgb(160.3470873786, 20.1529126214, 29.7912621359);
}
.list-group-item-check-out {
  border-left: 15px solid #00294b;
}
.list-group-item-postponed {
  border-left: 15px solid #dee2e6;
}
.list-group-item-check {
  border-left: rgb(160.3470873786, 20.1529126214, 29.7912621359) 4px solid !important;
  padding: 15px 20px;
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359) !important;
}
.list-group-item-check:hover, .list-group-item-check:focus, .list-group-item-check:active {
  padding: 15px 35px;
  color: #f8f9fa !important;
  background-color: rgb(160.3470873786, 20.1529126214, 29.7912621359) !important;
  outline: rgb(137.6941747573, 17.3058252427, 25.5825242718) 1px solid;
}

.list-group-item-check {
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}

.list-group-item-check:hover,
.list-group-item-check:focus,
.list-group-item-check:active {
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}

li.list-group-item-primary::before {
  content: "–";
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  display: inline-block;
  width: 1em;
  margin-left: -2em;
}

li.list-group-item-primary {
  list-style-position: outside !important;
}

.modal {
  text-align: center;
}
.modal-header {
  border-bottom: 1px solid #F8F8F8;
  background-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  color: #F8F8F8;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #F8F8F8;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.modal-zoom {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 25vh;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
  background-color: white;
}
.modal-zoom-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  animation-name: zoom;
  animation-duration: 0.6s;
}

#imgZoom {
  cursor: pointer;
}

.caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: inherit;
  padding: 10px 0;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.close-zoom {
  position: absolute;
  top: 21vh;
  right: 30px;
  color: #CD3618;
  font-weight: 300;
  transition: 0.3s;
  text-shadow: none;
  opacity: 1;
}
.close-zoom:hover, .close-zoom:focus {
  color: #adb5bd;
  cursor: pointer;
  text-shadow: none;
  opacity: 1;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
label {
  padding-top: 3px;
  margin: 0 0 10px;
  display: block;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  border-color: #ced4da;
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ced4da;
}

input[type=checkbox] + label::before {
  border-color: #ced4da;
}

.dropdown > .btn {
  color: #ced4da;
  border: 2px transparent solid;
}
.dropdown > .btn:hover, .dropdown > .btn:focus, .dropdown > .btn:active, .dropdown > .btn.active {
  color: #adb5bd !important;
  background-color: #F8F8F8;
  border: 2px #ced4da solid;
}

.dropdown-menu {
  border-radius: 0 !important;
}
.dropdown-menu > li > a {
  background-color: #e7e7e7;
  margin: 0;
  border-radius: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a {
  background-color: rgb(160.3470873786, 20.1529126214, 29.7912621359) !important;
  color: white;
}
.dropdown-menu.show {
  margin-top: 46px;
}

.dropdown-menu-search-option {
  min-width: 25rem;
  padding-right: 1rem;
  padding-left: 1rem;
  top: -4px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border: 1px solid #f8f9fa;
}

.open .dropdown-toggle.btn-link {
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}

.dropdown-toggle {
  z-index: 1010;
}

.nav-fill .nav-item {
  background-color: transparent;
}
.nav-fill:hover .nav-item:hover {
  background-color: #F8F8F8;
}

.nav-link {
  color: #000;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.nav-link:not([data-toggle=tab]) {
  border-bottom: 2px transparent solid;
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.nav-link:not([role=tab]):hover {
  color: rgb(137.6941747573, 17.3058252427, 25.5825242718);
}
.navbar-nav .nav-link.active {
  color: #b71722;
}

.navbar-light .navbar-nav .nav-link.active:not([data-toggle=tab]) {
  border-bottom: 2px #ced4da solid;
}

.navbar-toggler {
  border: none;
}

.wrapper {
  display: table;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.wrapper-inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: table-cell;
  vertical-align: middle;
}

.progress {
  border-radius: 0;
  height: 8px;
}
.progress-bar-success {
  background-color: #16882B;
}
.progress-bar-warning {
  background-color: #FEC110;
}
.progress-bar-danger {
  background-color: #CD3618;
}

.table > tbody > tr > th {
  border-top: transparent !important;
}

.blockquote {
  border-left: none !important;
  border-top: 2px solid rgb(137.6941747573, 17.3058252427, 25.5825242718);
  border-bottom: 2px solid rgb(137.6941747573, 17.3058252427, 25.5825242718);
  text-align: center;
}

.blockquote-footer {
  margin-top: 0.8rem;
  color: #ced4da !important;
  text-align: right;
}

.rounded {
  border-radius: 15px !important;
}
.rounded-top {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.card.text-bg-primary {
  border: none;
  background-color: rgb(247.35, 249.51, 252);
}
.card.text-bg-success {
  border: none;
  background-color: rgb(208.4, 231.2, 212.6);
}
.card.text-bg-warning {
  border: none;
  background-color: rgb(248, 240.6, 226);
}
.card.text-bg-danger {
  border: none;
  background-color: rgb(245, 214.8, 208.8);
}
.card.text-bg-info {
  border: none;
  background-color: rgb(207.8, 237.2, 251);
}
.card.text-bg-light {
  border: none;
  background-color: #F8F8F8;
}

.card-body {
  padding: 12px 20px;
}

.card-themenbereich {
  width: 100%;
  max-width: 49%;
  border-color: transparent;
  border-radius: 4px;
  background-color: rgb(247.35, 249.51, 252);
}
.card-themenbereich .card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 12px 16px 20px;
}
.card-themenbereich h5,
.card-themenbereich p {
  margin-bottom: 0;
}
.card-themenbereich i {
  font-size: 28px;
  color: #000;
}

.card-columns {
  column-count: 1;
}

.card-content {
  border-color: white;
}

.card-img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  flex-shrink: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.card-img-overlay-workshop {
  left: 8px;
  top: 310px;
  bottom: unset;
}

.card-img-overlay-workshop-long {
  left: 8px;
  top: 95px;
  bottom: unset;
}

.card-search-result {
  border: 1px solid #f8f9fa;
}
#searchResults .card-search-result > .card-header {
  background-color: white;
  border-bottom-color: #F8F8F8;
  padding: 5px 10px;
}
.card-search-result > .card-header {
  background-color: white;
  border-bottom-color: #F8F8F8;
}
.card-search-result > .card-header .vignette {
  z-index: 1000px;
  box-shadow: inset -35px 0 10px white;
  width: 40px;
  color: white;
  position: absolute;
  right: 5px;
  margin-top: 2px;
}

.card-data .card-header, .card-data .card-body, .card-data .card-footer {
  padding: 10px 3rem;
  background-color: white;
}
.card-data h3, .card-data .card-body {
  margin-top: 0.8rem;
}
.card-data .card-footer {
  border-top-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}

.carousel-indicators li {
  height: 5px;
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 30px;
  width: 35px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.form-control,
.form-select,
.k-picker {
  border: none;
  border-radius: 4px;
  padding: 12px 16px;
  max-height: 48px;
  background-color: #F8F8F8;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.form-control:focus,
.form-select:focus,
.k-picker:focus {
  border-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}

.form-floating .form-control,
.form-floating > .form-select {
  min-height: unset;
  height: 48px;
}
.form-floating > .form-select {
  padding-top: 22px;
}
.form-floating > label {
  top: -2px;
  padding: 12px 16px;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: #F8F8F8;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link,
#detailTab > .nav-item {
  background-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
  font-weight: 600;
}

#locationViewTabsContent.tab-content {
  margin-top: 20px;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.truncate-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.truncate-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.truncate-4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.truncate-5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.truncate-6 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.truncate-7 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.truncate-8 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.truncate-9 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.truncate-10 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.k-listview-content {
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.k-listview-content .card:hover {
  cursor: pointer;
  border-color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}
.k-listview-content .card-header, .k-listview-content .card-body div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-listview-content .card-body div {
  min-height: 50px;
  max-height: 50px;
}

select.k-dropdown {
  border-radius: 4px;
}

.k-pager-nav.k-link {
  color: rgb(160.3470873786, 20.1529126214, 29.7912621359);
}

.k-listview-content > .k-state-selected {
  border: 2px #00294b solid;
  background-color: transparent;
}
.k-listview-content > .k-state-selected:hover {
  border: 2px rgb(160.3470873786, 20.1529126214, 29.7912621359) solid;
}

.language-changer {
  display: flex;
}
.language-changer .nav-link {
  margin-left: 0;
  margin-right: 0;
}

section {
  padding: 64px 0;
}
section .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section .container .btn {
  width: fit-content;
}

.hero {
  padding: 120px 0;
  background-color: rgb(247.35, 249.51, 252);
}
.hero .container {
  gap: unset;
}

.themenbereiche {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zusatzinformationen {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zusatzinformationen hr {
  margin-top: 16px;
  margin-bottom: 16px;
  color: rgb(204, 218.4, 235);
}

.text-muted {
  color: #adb5bd !important;
}

.frage-antwort-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.massnahmen {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.massnahmen .card {
  border-width: 4px;
}
.massnahmen .card p:last-of-type {
  margin-bottom: 0;
}

#niedriges-risiko {
  border-color: #16882B;
}

#erhoehtes-risiko {
  border-color: #FEC110;
}

#hohes-risiko {
  border-color: #BC7D00;
}

#sehr-hohes-risiko {
  border-color: #CD3618;
}

.question p {
  margin-bottom: 0;
}

.themenbereich-cta {
  margin-top: 68px;
}

.flyout {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  height: inherit;
  padding: 32px 40px;
  background-color: #fff;
}
.flyout .flyout-header {
  display: inherit;
  justify-content: space-between;
  align-items: center;
}
.flyout .flyout-header .btn-icon {
  text-align: start;
}
.flyout .flyout-header .btn-icon i {
  font-size: 24px;
}
.flyout .flyout-header h5 {
  text-align: end;
}

.flyout-collapse {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flyout-collapse i {
  font-size: 13px;
}
.flyout-collapse + .collapse {
  margin-top: 8px;
}

#filter,
#ergebnisliste,
#eintrag {
  z-index: 1010;
  position: absolute;
  width: 100%;
  height: calc(100% - 39px);
}

#filter,
#eintrag {
  max-width: 600px;
}

#ergebnisliste {
  max-width: 400px;
}

.suche,
.standort,
.umkreis {
  border-bottom: 1px solid #f8f9fa;
  padding-bottom: 12px;
}

.standort,
.umkreis,
.klassifikation {
  padding-top: 12px;
}

#address {
  margin-bottom: 8px;
}

.dienstleister-ergebnisse {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dienstleister-ergebnisse .ergebnis {
  padding-bottom: 16px;
}
.dienstleister-ergebnisse .ergebnis:not(:last-child) {
  border-bottom: 1px solid #e9ecef;
}

.dienstleister-eintrag {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.dienstleister-eintrag .standort-logo {
  height: 76px;
  text-align: center;
}
.dienstleister-eintrag .standort-logo img {
  height: inherit;
}

.eigenschaft {
  display: flex;
  align-items: center;
  gap: 8px;
}
.eigenschaft .eigenschaft-icon {
  width: 24px;
  height: 24px;
}
.eigenschaft .eigenschaft-icon i {
  font-size: 16px;
}
.eigenschaft:not(:last-of-type) {
  margin-bottom: 4px;
}

.basisdaten {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dienstleister-suche-container {
  z-index: 1000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  margin-left: 24px;
  overflow-x: auto;
  width: 100%;
}
.dienstleister-suche-container input {
  width: 328px;
  background-color: #fff;
}
.dienstleister-suche-container .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background-color: #fff;
}

.answers div[class^=form-]:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  body {
    padding-top: 100px;
  }
  .teaser {
    color: #b71722;
    height: 260px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #b71722;
    border-bottom: 4px solid #ced4da !important;
  }
  .teaser-caption {
    color: #F8F8F8;
    position: relative;
    top: 50px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
  }
  .teaser-carousel {
    display: none;
  }
  #searchCriteria {
    width: 80vw !important;
  }
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
@media (max-width: 1499px) {
  .modal-auto-width {
    width: 50%;
  }
  .modal-content {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .modal-auto-width {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .center-orientation .vertical-timeline-content {
    padding: 0 !important;
  }
  .content-layout {
    height: 100%;
  }
  .container-layout {
    height: 80%;
  }
  #content-row-height-layout {
    height: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .card-columns {
    column-count: 1 !important;
  }
}
@media (max-width: 1399px) {
  body {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .card-img-overlay-workshop {
    top: 170px !important;
  }
}
@media (max-width: 991px) {
  .additional-footer-content {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .card-img-overlay-workshop {
    top: 250px !important;
  }
}
@media (max-width: 575px) {
  .card-themenbereich {
    max-width: unset;
  }
  #sged-ssed {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=theme-clinic-at-home.css.map */