﻿input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

pre
{
  display: flex;
  white-space: normal;
  word-break: break-word;
}

@font-face
{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(/css/montserrat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#logo_main, #logo_small
{
  box-sizing: border-box;
  color: #378EBA;
  display: inline;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  height: auto;
  letter-spacing: -1px;
  line-height: 77.264px;
  overflow-wrap: break-word;
  text-align: center;
  text-size-adjust: 100%;
  width: auto;
  word-break: break-word;
  -webkit-tap-highlight-color: #0000;
  text-decoration: none;
}

#titlebar.listing-titlebar #muhkuh span a, #titlebar.listing-titlebar #muhkuh span
{
  color: unset;
}

#logo_main
{
  top: 10px;
}

#logo_small
{
  font-size: 24px;
  position: absolute;
}


@media (min-width: 992px)
{

  #sticky_spacer
  {
    height: 0;
  }
}

#roomdetails_button
{
  position: absolute;
  z-index: 101;
  display: block;
  width: 25%;
  transition: all 0.4s;
  transform: translateY(300%);
  background-color: rgba(255, 255, 255, 0.00);
  color: #378EBA;
  left: 35px;
  top: 10%;
  border: 1px solid #378EBA;
}

#roomdetails_button:hover
{
  color: #fff;
  background-color: #378EBA;
}

.listing-item.inactive
{
  opacity: 0.35;
  cursor: default;
}

.room-price-span
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}

.price_price_result
{
  font-size: 20px;
  font-weight: 500;
}

.pax_price_result
{
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991px) and (min-width: 540px)
{
  /* Hauptelement für das Kalendergrid*/
  #muhkuh
  {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }

  #muhkuh h4
  {
    /*grid-column: 1;*/
    -ms-grid-row: 3;
    grid-row: 3;
  }

  #muhkuh div, #muhkuh a
  {
    -ms-grid-column: 1;
    -ms-grid-column-span: -2;
    grid-column: 1/-1;
  }

  #daterangepicker_fe
  {
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #nr_persons_fe
  {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}


/* COLORBOX CSS - DO NOT CHANGE */
#colorbox, #cboxOverlay, #cboxWrapper
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

#cboxWrapper
{
  max-width: none;
}

#cboxOverlay
{
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft
{
  clear: left;
}

#cboxContent
{
  position: relative;
}

#cboxLoadedContent
{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle
{
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
  cursor: pointer;
}

.cboxPhoto
{
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe
{
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent
{
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay
{
  background: url(/img/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}

#colorbox
{
  outline: 0;
}

#cboxTopLeft
{
  width: 21px;
  height: 21px;
  background: url(/img/controls.png) no-repeat -101px 0;
}

#cboxTopRight
{
  width: 21px;
  height: 21px;
  background: url(/img/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft
{
  width: 21px;
  height: 21px;
  background: url(/img/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight
{
  width: 21px;
  height: 21px;
  background: url(/img/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft
{
  width: 21px;
  background: url(/img/controls.png) left top repeat-y;
}

#cboxMiddleRight
{
  width: 21px;
  background: url(/img/controls.png) right top repeat-y;
}

#cboxTopCenter
{
  height: 21px;
  background: url(/img/border.png) 0 0 repeat-x;
}

#cboxBottomCenter
{
  height: 21px;
  background: url(/img/border.png) 0 -29px repeat-x;
}

#cboxContent
{
  background: #fff;
  overflow: hidden;
}

.cboxIframe
{
  background: #fff;
}

#cboxError
{
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent
{
  margin-bottom: 28px;
}

#cboxTitle
{
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent
{
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay
{
  background: url(/img/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic
{
  background: url(/img/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose
{
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active
{
  outline: 0;
}

#cboxSlideshow
{
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious
{
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/img/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover
{
  background-position: -75px -25px;
}

#cboxNext
{
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/img/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover
{
  background-position: -50px -25px;
}

#cboxClose
{
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/img/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover
{
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight
{
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* END OF COLORBOX CSS */

.listing-item-content h3
{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 3.1em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


price .price_price_result
{
  transition: all 2s ease-in-out;
}

price.animate .price_price_result
{
  transform: scale(1.3);
  color: #378eba;
}

@media (min-width: 992px)
{
  #muhkuh
  {
    box-shadow: rgba(0,0,0, 0.095) 0 10px 25px 0;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
  }
}

#url_ref
{
  border-radius: 3px;
  margin-top: 16px;
}

.fa-map-marker
{
  color: #378EBA;
}

#cost_overview td:nth-child(even)
{
  text-align: right;
}

/*#cost_overview
{
  transition: opacity 1.5s ease-in;
  opacity: 0;
  height: 0;
  overflow: hidden;
}*/

#cost_overview > table
{
  width: 100%;
  display: table;
}

/*#cost_overview.active
{
  opacity: 1;
  height: auto;
}*/
.cost_overview_headline_txt
{
  font-weight: bold;
  padding: 10px 0;
}

#cost_overview > table > tbody > tr > td:nth-child(odd)
{
  width: 60%;
}
/*@media screen and (max-width: 600px)
{
  #cost_overview
  {
  }
}*/
#amenity_flexbox
{
  display: block;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  /*flex-direction: row;
            flex-wrap: wrap;*/
}

.amenity_features_container
{
  -webkit-column-break-inside: avoid;
  padding: 0 5px;
}

.amenity_features_ul
{
  padding-left: 20px;
}

.amenity_features_container h4
{
  margin-top: 0;
}

.amenity_features_container h4 svg
{
  width: 20px;
  height: 20px;
}

@media (max-width: 1239px)
{
  #amenity_flexbox
  {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 549px)
{
  #amenity_flexbox
  {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}


.pdata-title-headline
{
  margin-bottom: 10px;
  padding: 0 10px 0 10px;
}

.pdata-title-radio
{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.pdata-title-radio-label
{
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 30px;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  margin-right: 1rem;
}

.pdata-title-radio-label input
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
  overflow: visible;
  outline: 0;
  border-radius: 0;
}

.pdata-title-radio-label span.checkbox
{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(175, 175, 175);
  border-image: initial;
  background: rgb(255, 255, 255);
  border-radius: 50%;
}

input.pdata-title-radio-input:checked ~ .checkbox
{
  background-image: radial-gradient(rgb(12, 110, 239) 40%, rgb(255, 255, 255) 50%);
}

.pdata-form-con
{
  background-color: #eeeeee;
  padding: 20px;
  border-radius: 5px;
}

.pdata-name
{
}



.pdata-address > div, .pdata-street > div, .pdata-name > div, .pdata-email > div, .pdata-phone > div
{
  display: inline-block;
}

.pdata-lastname > div, .pdata-city > div, .pdata-country > div
{
  padding-left: 5px;
}

.pdata-firstname > div, .pdata-zip > div, .pdata-city > div
{
  padding-right: 5px;
}

.pdata-street > div, .pdata-email > div, .pdata-phone > div
{
  width: 100%;
}


.pdata-name > div
{
  width: 50%;
}

.pdata-address > div
{
  width: 33.33%;
}

.pdata-form input[type=text], .pdata-form input[type=email], .pdata-form input[type=tel]
{
  box-shadow: white 0 0 0 30px inset !important;
}

.float-container label, .select-label
{
  position: absolute;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: translate(10px, 14px) scale(1);
  -ms-transform: translate(10px, 14px) scale(1);
  -o-transform: translate(10px, 14px) scale(1);
  -webkit-transform: translate(10px, 14px) scale(1);
  transform: translate(10px, 14px) scale(1);
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  padding: 0 10px;
}

.float-container.active label, .select-label
{
  -moz-transform: translate(25px, -9px) scale(.8);
  -ms-transform: translate(25px, -9px) scale(.8);
  -o-transform: translate(25px, -9px) scale(.8);
  -webkit-transform: translate(25px, -9px) scale(.8);
  transform: translate(25px, -9px) scale(.8);
  background: linear-gradient(rgb(238, 238, 238) 0%, rgb(238, 238, 238) 45%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 100%);
  padding: 0 4px;
  color: #378EBA;
}

@media only screen and (max-width: 660px)
{
  .pdata-address > div
  {
    width: 100%;
  }

  .pdata-city > div, .pdata-zip > div, .pdata-country > div
  {
    padding-left: 0;
    padding-right: 0;
  }
}

#service-list
{
  display: grid;
}

/*.service-item
{
    display: grid;
}*/

#service-list > label
{
  -ms-grid-column: 1;
  grid-column: 1;
  align-self: center;
  margin: 0;
  padding-left: 10px;
}

#service-list > span
{
  padding-right: 10px;
}

#service-list > label, #service-list > span
{
  padding-top: 5px;
  padding-bottom: 5px;
}

#service-list > label:nth-child(4n + 1)
{
  background-color: #f9f9f9;
}

#service-list > span:nth-child(4n + 2)
{
  background-color: #f9f9f9;
}

.service-included-tag > div
{
  color: rgb(52, 168, 83);
  font-weight: bold;
  /*background-color: #34a8531a;*/
  display: inline-block;
  padding: 0 10px;
  border-radius: 3px;
  align-self: center;
  width: 100%;
  text-align: right;
}

.service-included-tag > div::before
{
  font-family: FontAwesome;
  content: "\f00c";
  padding: 0 5px 0 0;
  font-weight: normal;
}

#service-list > span
{
  -ms-grid-column: 2;
  grid-column: 2;
  align-self: stretch;
  display: flex;
}

#service-list line
{
  grid-column-start: 1;
  grid-column-end: 3;
  height: 1px;
  background-color: #e0e0e0;
  margin: 15px 0;
}

#service-headline-included-services div, #service-headline-free-bookable-services div, #service-headline-bookable-services div, #service-additional-headline div, #checkout_payment div, .special-request-subheadline
{
  margin-bottom: 20px;
}

#service-headline-included-services, #service-headline-free-bookable-services, #service-headline-bookable-services, #service-additional-headline, #checkout_payment, .checkout_payment_schedule
{
  margin-top: 30px;
}

.service-bookable-container
{
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
  display: grid;
  margin-right: 2px;
  margin-left: 2px;
  cursor: pointer;
}

.service-bookable-container label
{
  margin: 0;
  cursor: pointer;
}

.service-bookable-container.countable, .service-bookable-container.countable label
{
  cursor: default;
}

.service-bookable-labels
{
  -ms-grid-column: 1;
  grid-column: 1;
}

.service-bookable-price
{
  font-weight: bold;
}

.service-item-checkbox, .service-bookable-amount-button
{
  -ms-grid-column: 2;
  grid-column: 2;
  text-align: right;
  align-self: center;
  white-space: nowrap;
}

.service-item-checkbox::before
{
  font-family: FontAwesome;
  content: "\f00c";
  width: 1em;
  height: 1em;
  padding: 7px 7px;
  font-weight: normal;
  border: 1px solid #aaa;
  border-radius: 5px;
  color: white;
  margin-right: 7px;
}

.service-bookable-container.active .service-item-checkbox::before
{
  color: #378eba;
  border-color: #378eba;
}

.service-bookable-container.active
{
  /*color: #378eba;*/
  border-color: #378eba80;
  background-color: #378eba20;
}

.service-bookable-container.active .service-bookable-label
{
  color: #378eba;
  font-weight: bold;
}

#service-additional-headline div
{
  margin-bottom: 20px;
}

.service-bookable-amount-button > button
{
  width: 32px;
  height: 32px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 50%;
  outline: none;
  padding: 0;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #777;
  font-size: 16px;
}

.service-bookable-amount-button > button > span
{
  width: 22px;
  height: 22px;
  padding: 5px;
}

.service-bookable-amount-button > button > span > svg
{
  /*todo: expliizite viewbox px angaben machen wegen 4k script*/
  /*vertical-align: middle;*/
  width: 12px;
  height: 12px;
  stroke-width: 5.3;
  stroke: currentColor;
}


.service-bookable-amount-button > button.disabled
{
  border: 1px solid #ddd;
  color: #ddd;
  cursor: not-allowed;
}

.service-bookable-current-amount
{
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  width: 20px;
  text-align: center;
}

.prive_overview_item
{
  text-align: right;
}

#checkout_payment_select
{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.checkout_payment_select_label
{
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 30px;
  padding-left: 35px;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 0.25rem;
}

input.checkout_payment_radio
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
}

.checkout_payment_select_label span
{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(175, 175, 175);
  border-image: initial;
  background: rgb(255, 255, 255);
  border-radius: 50%;
}

input.checkout_payment_radio:checked ~ .checkbox
{
  background-image: radial-gradient(rgb(12, 110, 239) 40%, rgb(255, 255, 255) 50%);
}

.checkout_payment_schedule_item
{
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.checkout_payment_schedule, #checkout_payment
{
  margin-bottom: 2rem;
}

.checkout_assurance_features
{
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 3.75rem;
}

.checkout_assurance_container
{
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}

@media (max-width: 549px)
{
  #listing-pop-facilities, .checkout_assurance_features
  {
    flex-direction: column;
  }

  .checkout_assurance_container
  {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.checkout_assurance_item
{
  display: flex;
  margin-bottom: 0.5rem;
}

.checkout_assurance_item .svg-wrapper
{
  margin-right: 0.5rem;
}

.checkout_assurance_headline
{
  font-weight: 700;
}


.form_field_required input, .form_field_required span.checkbox, .form_field_required select
{
  border-color: #f08080;
  border-width: 2px;
}

.input-error
{
  position: absolute;
  -moz-transform: translateY(-21px);
  -ms-transform: translateY(-21px);
  -o-transform: translateY(-21px);
  -webkit-transform: translateY(-21px);
  transform: translateY(-21px);
  color: #f08080;
  visibility: hidden;
  z-index: 9999;
}

.form_field_required .input-error
{
  /*  visibility: visible;*/
}

.checkout_payment_select_label > svg
{
  vertical-align: middle;
}

headroom
{
  background: #378EBA;
  height: 60px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}

headroom.nav-up
{
  top: -60px;
}

#url_ref_headroom
{
  position: absolute;
  width: 90%;
  text-align: center;
  color: white;
  border: solid white 1px;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.pdata-headline
{
  margin-bottom: 30px;
  margin-top: 10px;
}
/* Anpassungen nur für die Reservierungsseite von Elementen, die auch auf der Detailseite existieren (reservation-page-wrapper Klasse) */

.reservation-page-wrapper #titlebar
{
  padding-bottom: 30px;
}

.special-request-headline
{
  margin-top: 30px;
  margin-bottom: 10px;
}

.special-request-row, #service-headline-included-services, #service-list, #service-headline-bookable-services, #service-excluded-list,
#service-additional-headline, #service-additional-list, #checkout_payment, .checkout_payment_schedule, .checkout_assurance_features, #service-headline-free-bookable-services, #service-free-list
{
  padding-right: 20px;
  padding-left: 20px;
}

.listing-share
{
  display: none;
}

.reservation-page-wrapper #listing-slider
{
  width: 25% !important;
  height: 25% !important;
}

@media (max-width: 991px)
{
  .special-request-row, #service-headline-included-services, #service-list, #service-headline-bookable-services, #service-excluded-list,
  #service-additional-headline, #service-additional-list, #checkout_payment, .checkout_payment_schedule, .checkout_assurance_features, #service-headline-free-bookable-services, #service-free-list
  {
    padding-left: 0;
    padding-right: 0;
  }

  .reservation-page-wrapper #muhkuh
  {
    margin-top: 10px !important;
  }

  .reservation-page-wrapper #url_ref
  {
    margin-bottom: 20px;
  }

  .reservation-page-wrapper #powered_by
  {
    padding: 20px;
  }

  #titlebar
  {
    padding-bottom: 0;
  }
  #listing-nav li:not(:first-child)
  {
    display: none;
  }
  #listing-nav li:first-child a
  {
    color:#222;
    font-size: 22px;
    border:none;
    padding-bottom: 0;
  }
  #listing-nav li:first-child
  {
    border:none;
  }
  .listing-nav
  {
    border: none;
    margin-bottom: 30px;
    margin-top: 60px;
    padding-bottom: 0;
  }
}

/* sticky-fix */
#muhkuh
{
  position: static;
}

#terms-and-conditions a
{
  color: #378EBA;
}

#terms-and-conditions a:hover
{
  text-decoration: underline;
}

#daterangepicker_fe
{
  cursor: pointer;
}

.spinner-border
{
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 46px;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: #0000;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  left: calc(50vw - 23px);
  top: calc(50vh - 23px);
  /*display: none;*/
}

@keyframes spinner-border
{
  to
  {
    transform: rotate(360deg);
  }
}

.sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.sr-only
{
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.text-primary
{
  color: #007bff !important;
}

.overlay-wrapper
{
  display: none;
  background: rgba(0, 0, 0, .3);
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1000;
}

.checkout_assurance_container
{
  align-items: center;
  font-size: 14px;
}

.checkout_assurance_container img
{
  width: 230px;
}

#titlebar
{
  padding: 70px 0 0 0;
}

#listing-pop-facilities
{
  margin-bottom: 60px;
  display: flex;
}

.listing-pop-facility-container
{
  margin-right: 10px;
  font-size: 17px;
}

.listing-pop-facility-container svg
{
  color: #378EBA;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
}

.fa-map-marker
{
  margin-left: 2px;
}