html {
  height: 100%;
  background-color: #fff;
  font-size: 12px;
}
@media (min-width: 576px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 20px;
  }
}

/* Default Font & Colors */
body {
  height: 100%;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  color: #585858;
  background: #fff;
  caret-color: transparent;
}

input,
textarea,
[contenteditable=true] {
  caret-color: auto;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-family: "Anton", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  color: #101010;
  margin-bottom: 0.6em;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

.main-content {
  padding: 2.5rem 0;
  background-color: #fff;
}

/* Text */
/* Links */
a {
  color: #383737;
  text-decoration: underline;
  text-decoration-color: #9c4055;
}

a:hover {
  color: #9c4055;
  text-decoration: underline;
  text-decoration-color: rgb(137.9181818182, 56.5818181818, 75.1477272727);
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
@media (min-width: 768px) {
  a.anchor {
    top: -120px;
  }
}
@media (min-width: 992px) {
  a.anchor {
    top: -130px;
  }
}
@media (min-width: 1200px) {
  a.anchor {
    top: -150px;
  }
}

/* HR */
hr {
  /*max-width: 90%;*/
  border-width: 3px;
  border-color: #9c4055;
}

/* Section */
.section {
  position: relative;
  padding: 1.25em 0;
}
.bg-primary {
  background-color: #9c4055 !important;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary p, .bg-primary ul, .bg-primary a, .bg-primary th, .bg-primary td {
  color: #383737;
}

.bg-secondary {
  background-color: #3f3f3f !important;
}

.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.table-no-lines th, .table-no-lines td {
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
}

.horizontal-line {
  border-bottom: 1px solid transparent;
}
.horizontal-line.light {
  border-color: rgba(255, 255, 255, 0.35);
}
.horizontal-line.dark {
  border-color: rgba(0, 0, 0, 0.35);
}

.form-label,
.form-check-label {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select,
.form-check-input,
.form-radio-input,
.form-check-label {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #9c4055;
  border-color: #9c4055;
}

.form-check-input:focus {
  border-color: #9c4055;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(156, 64, 85, 0.25);
}

.main-content ul {
  margin: 1em 0;
  padding: 0;
}
.main-content ul li {
  background: url("../img/checkbox.svg") no-repeat left 2px;
  background-size: 16px;
  margin: 0.5em 0;
  padding-left: 22px;
  list-style-type: none;
}
@media (min-width: 576px) {
  .main-content ul li {
    background-position: left 4px;
    background-size: 18px;
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .main-content ul li {
    background-position: left 4px;
    background-size: 20px;
    padding-left: 26px;
  }
}
@media (min-width: 992px) {
  .main-content ul li {
    background-position: left 4px;
    background-size: 22px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .main-content ul li {
    background-position: left 5px;
    background-size: 22px;
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .main-content ul li {
    background-position: left 6px;
    background-size: 24px;
    padding-left: 32px;
  }
}

.section.text .caption {
  margin: 10px 0;
  padding: 2px 0 3px;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.1;
}

.section-text-image-top .col-img,
.section-text-image-bottom .col-img,
.section-text-image-right .col-img,
.section-text-image-left .col-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-text-image-top .img,
.section-text-image-bottom .img,
.section-text-image-right .img,
.section-text-image-left .img {
  max-width: 100%;
  max-height: 100%;
}

.section-text-bg-image {
  position: relative;
  overflow: hidden;
}
.section-text-bg-image .text {
  position: relative;
  z-index: 1;
}
.section-text-bg-image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none no-repeat 90% 90%;
  background-size: cover;
  z-index: 0;
}

.img-special {
  background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 6px) calc(100% - 6px) no-repeat, linear-gradient(315deg, #9c4055 0%, #9c4055 20%, transparent 20%, transparent 80%, #9c4055 80%, #9c4055 100%) no-repeat;
  border-radius: 0;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.card:hover .img-special,
.img-special:hover {
  background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 6px) calc(100% - 6px) no-repeat, linear-gradient(45deg, #9c4055 0%, #9c4055 20%, transparent 20%, transparent 80%, #9c4055 80%, #9c4055 100%) no-repeat;
}

.img-zoom-in {
  display: block;
  overflow: hidden;
}
.img-zoom-in img, .img-zoom-in picture {
  overflow: hidden;
  transition: all 0.3s ease;
  transform: scale(1);
}
.img-zoom-in:hover img, .img-zoom-in:hover picture {
  transform: scale(1.1);
}

.img-zoom-out {
  display: block;
  overflow: hidden;
}
.img-zoom-out img, .img-zoom-out picture {
  overflow: hidden;
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.img-zoom-out:hover img, .img-zoom-out:hover picture {
  transform: scale(1);
}

.image-grid {
  position: relative;
}
.image-grid .btn-show-more {
  margin: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.rental-object .card {
  border: 0;
  border-radius: 0;
}
.rental-object .card .card-header {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.rental-object .card .card-header .card-title {
  margin: 0;
}
.rental-object .card .card-body {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.rental-object .card .card-text {
  font-size: 0.9em;
}
.rental-object .card .card-price {
  font-size: 1.6em;
  color: #9c4055;
  font-weight: bold;
}
.rental-object .card .card-buttons .btn {
  margin-bottom: 0;
}

.tpl-object .capacity .icon {
  width: 45px;
  height: auto;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .tpl-object .capacity .icon {
    width: 60px;
  }
}
.tpl-object .capacity .text {
  color: #fff;
  width: 150px;
  font-size: 1em;
}
@media (min-width: 768px) {
  .tpl-object .capacity .text {
    font-size: 0.75em;
  }
}
@media (min-width: 992px) {
  .tpl-object .capacity .text {
    width: auto;
    font-size: 1em;
  }
}

.features .feature {
  display: inline-block;
  white-space: nowrap;
  margin-right: 6px;
  margin-bottom: 10px;
  padding: 0.25em 0.5em;
  color: #585858;
  background-color: #f1f1f1;
}
.features .feature .icon {
  margin-right: 10px;
  color: #9c4055;
}

.reviews .review .star-rating .label {
  padding: 8px;
  font-size: larger;
  font-weight: bold;
  color: black;
}
.reviews .review .star-rating .star {
  color: #eee;
  font-size: larger;
}
.reviews .review .star-rating .star.checked {
  color: #f0ba41;
}
.reviews .review .quote {
  font-size: smaller;
}
.reviews .review .name {
  font-weight: bold;
  color: black;
}

.faq .question {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
}
.faq .question .accordion-button:not(.collapsed) {
  color: #101010;
  background-color: transparent;
  box-shadow: none;
}
.faq .question .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.faq .answer {
  font-size: smaller;
}

.form-inquiry .form-label {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: bold;
  margin-bottom: 3px;
}
.form-inquiry .form-check-label {
  vertical-align: top;
  margin-top: -3px;
}
.form-inquiry .form-check-label.smaller {
  font-size: smaller;
  margin-top: 0;
  margin-left: 5px;
}
.form-inquiry .form-text {
  font-size: 0.7em;
}
.form-inquiry .form-control, .form-inquiry .form-select {
  border: 1px solid #ccc;
  border-radius: 0;
}
.form-inquiry .form-control:focus, .form-inquiry .form-select:focus {
  box-shadow: none;
}

.inquiry {
  padding: 15px 20px;
}
.inquiry .headline {
  margin-bottom: 5px;
  text-align: center;
}
.inquiry .address {
  text-align: center;
  font-size: 0.75em;
}
.inquiry .address .icon {
  color: #9c4055;
  margin-right: 5px;
}
.inquiry .pricing {
  font-weight: bold;
  text-align: center;
}
.inquiry .pricing .price {
  color: #9c4055;
  font-size: 2.5em;
  font-weight: bold;
}
.inquiry .capacity {
  text-align: center;
  font-size: 0.6em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.inquiry .capacity .min-max {
  font-size: 2.75em;
  font-weight: bold;
  text-transform: none;
}
.inquiry .buttons {
  position: relative;
}
.inquiry .buttons .btn {
  margin: 0;
}
.inquiry .trust {
  font-size: 0.75em;
}
.inquiry .trust .icon {
  margin-right: 5px;
}
.inquiry .trust p {
  margin: 0;
}

.quick-inquiry {
  background-color: #0a0a0a;
  color: #eee;
  z-index: 999;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .quick-inquiry {
    line-height: 44px;
  }
}
@media (min-width: 1400px) {
  .quick-inquiry {
    line-height: 49px;
  }
}
.quick-inquiry .location {
  font-size: 1.2em;
  font-weight: bold;
  line-height: inherit;
  font-family: "Anton", Arial, sans-serif;
}
.quick-inquiry .pricing {
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  line-height: inherit;
}
.quick-inquiry .pricing .price {
  color: #9c4055;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 0;
}
.quick-inquiry .buttons .btn {
  margin: 0;
  width: 100%;
  display: block;
}

.calendar .datepicker,
.calendar .datepicker-view {
  width: 100%;
}
.calendar .datepicker-controls .btn {
  border: 0 !important;
  border-radius: 0;
  color: #333;
}
.calendar .datepicker-controls .btn:hover {
  background: none;
  color: #000;
}
.calendar .datepicker-controls .btn:disabled {
  background: none;
  color: #aaa;
}
.calendar .days-of-week {
  text-transform: uppercase;
  color: #333;
}
.calendar .datepicker-grid {
  border: 1px solid #333;
}
.calendar .datepicker-cell {
  height: 50px;
  border: 1px solid #333;
  border-radius: 0;
}
.calendar .datepicker-cell:not(.disabled):hover {
  background-color: #9c4055 !important;
  color: white !important;
}
.calendar .day {
  color: #333;
  font-weight: bold;
  font-size: 1.5em;
}
.calendar .day.next:not(.disabled), .calendar .day.prev:not(.disabled) {
  color: #333;
}
.calendar .day.focused:not(.disabled) {
  background: none;
}
.calendar .day.selected:not(.disabled) {
  color: white !important;
  background: #9c4055 !important;
}
.calendar .day.disabled {
  background: none !important;
  color: #aaa !important;
}
.calendar .day.today {
  color: #9c4055 !important;
  background: none;
}

.page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .page-header {
    border-bottom: 0;
  }
}
.page-header .page-header-top {
  padding: 2px 0 3px;
  background-color: #000;
  color: #ccc;
  font-size: smaller;
}
.page-header .page-header-top a {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 0;
  color: #ccc;
  text-decoration: none;
}
.page-header .page-header-top a:first-child {
  margin-left: 0;
}
.page-header .page-header-top a:last-child {
  margin-right: 0;
}
.page-header .page-header-top a:hover {
  color: #ccc;
  text-decoration: none;
}
.page-header .page-header-middle {
  background-color: #fff;
}
.page-header .page-header-bottom {
  background-color: #fff;
}
.page-header .navbar-brand {
  margin: 0;
}
@media (min-width: 992px) {
  .page-header .navbar-brand {
    margin: 15px 0;
  }
}
.page-header .navbar-brand .logo {
  max-height: 34px;
  width: auto;
}
@media (min-width: 992px) {
  .page-header .navbar-brand .logo {
    max-height: 46px;
  }
}
@media (min-width: 1400px) {
  .page-header .navbar-brand .logo {
    max-height: 52px;
  }
}
.page-header .navbar {
  margin: 10px 0;
  padding: 0;
}
.page-header .navbar-toggler {
  padding: 8px;
  border: none;
  border-radius: 3px;
  background-color: transparent;
}
.page-header .navbar-toggler.inverted {
  background-color: #9c4055;
}
.page-header .navbar-toggler.inverted .icon-bar {
  background-color: white;
}
.page-header .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.page-header .navbar-toggler .icon-bar {
  width: 26px;
  height: 3px;
  background-color: #9c4055;
  display: block;
  transition: all 0.2s;
  margin: 4px 2px;
}

.offcanvas {
  color: #585858;
  background-color: #fff;
}
.offcanvas .offcanvas-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}
.offcanvas .offcanvas-header .logo {
  max-height: 28px;
  width: auto;
}
.offcanvas .offcanvas-body {
  padding: 10px 15px;
}
.offcanvas #main-nav {
  margin: 0 -16px;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: smaller;
  font-weight: 400;
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.offcanvas #main-nav .dropdown.open > .nav-link > .toggle {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .offcanvas #main-nav .dropdown.open > .nav-link > .toggle {
    transform: none;
  }
}
.offcanvas #main-nav .dropdown.open > .dropdown-menu {
  display: block;
}
.offcanvas #main-nav .nav-link {
  position: relative;
  display: block;
  margin: 0 1px;
  padding: 12px 16px;
  color: #585858;
  font-size: larger;
  text-decoration: none;
  line-height: 1.2;
}
.offcanvas #main-nav .nav-link:hover {
  color: #252525;
  background-color: rgb(237.5, 237.5, 237.5);
  text-decoration: none;
}
.offcanvas #main-nav .nav-link.active {
  color: #fff;
  background-color: #9c4055;
}
.offcanvas #main-nav .nav-link.active .toggle {
  color: #fff;
}
.offcanvas #main-nav .nav-link .toggle {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 11px 16px;
  border: 0;
  background: none;
}
@media (min-width: 992px) {
  .offcanvas #main-nav .nav-link .toggle {
    position: relative;
    margin-left: 5px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .offcanvas #main-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.offcanvas #main-nav .dropdown-menu {
  margin: 0 0 0 1px;
  padding: 0;
  border-radius: 0;
}
.offcanvas #main-nav .dropdown-menu .dropdown-item {
  display: block;
  padding: 10px 16px;
  color: #585858;
  font-size: smaller;
  text-decoration: none;
  line-height: 1.2;
}
.offcanvas #main-nav .dropdown-menu .dropdown-item:hover {
  color: #252525;
  background-color: rgb(237.5, 237.5, 237.5);
  text-decoration: none;
}
.offcanvas #main-nav .dropdown-menu .dropdown-item.active {
  color: #fff;
  background-color: #9c4055;
}

/* Footer */
.footer {
  padding-bottom: 80px;
  background-color: #000;
}
.footer .footer-top {
  font-size: smaller;
  color: white;
  background-color: #222;
}
.footer .footer-middle {
  font-size: smaller;
  color: white;
  background-color: #111;
}
.footer .footer-bottom {
  font-size: smaller;
  color: white;
  background-color: #000;
}
.footer .footer-columns {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  border: 0;
}
.footer .footer-columns .footer-column {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .footer .footer-columns .footer-column {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border: 0 !important;
  }
}
.footer .footer-columns .footer-column:last-child {
  border-bottom: 0;
}
.footer .footer-columns .headline {
  position: relative;
  padding: 0;
  margin: 0;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: larger;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 768px) {
  .footer .footer-columns .headline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
}
.footer .footer-columns .headline a {
  color: white;
  letter-spacing: 0.05em;
}
.footer .footer-columns .headline a:hover {
  text-decoration: underline;
}
.footer .footer-columns .navbar-toggler {
  margin: 0;
  padding: 5px;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 0.75rem;
  color: white;
}
.footer .footer-columns .navbar-toggler.focus, .footer .footer-columns .navbar-toggler:focus {
  outline: none;
}
.footer .footer-columns .navbar-toggler[aria-expanded=true] > i {
  transform: rotate(180deg);
}
.footer .footer-columns .collapsing,
.footer .footer-columns .collapse.show {
  display: block !important;
}
.footer .footer-columns ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.footer .footer-columns li {
  padding: 3px 0;
}
.footer .footer-columns li a {
  padding: 0;
  color: white;
}
.footer .footer-columns li a:hover {
  text-decoration: underline;
}
.footer .footer-columns .footer-nav {
  padding: 0;
  list-style-type: none;
}
.footer .contact-infos {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.footer .contact-infos p {
  color: white;
}
.footer .contact-infos p:last-child {
  margin-bottom: 0;
}
.footer .contact-infos .logo {
  margin-left: -8px;
  margin-bottom: 1em;
  max-width: 250px;
}
.footer .contact-infos i {
  margin-right: 15px;
  color: white;
}
.footer .contact-infos a {
  color: white;
  text-decoration: none;
}
.footer #meta-nav .nav {
  list-style-type: none;
  margin: 0 auto 0;
  padding: 0;
}
.footer #meta-nav .nav .nav-item .nav-link {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 2px 0;
  color: #c0c0c0;
}
.footer #meta-nav .nav .nav-item .nav-link:hover {
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer #meta-nav .nav .nav-item .nav-link {
    display: inline-block;
    padding-left: 19px;
    padding-right: 20px;
    border-right: 1px solid #333;
  }
}
@media (min-width: 768px) {
  .footer #meta-nav .nav .nav-item:last-child .nav-link {
    padding-right: 0;
    border-right: 0;
  }
}
.footer .social-media {
  margin-top: 0.3em;
  padding: 0;
  font-size: 3em;
}
.footer .social-media a {
  margin: 0 10px;
  color: white;
}
.footer .slogan {
  color: #8b8c8c;
}
.footer .copyright {
  color: #c0c0c0;
}

.btn {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 2px;
  text-decoration: none !important;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
}

button {
  outline: none;
}

.btn:hover {
  color: inherit;
  z-index: 1;
}

.btn:first-child {
  margin-left: 0;
}

.btn:last-child {
  margin-right: 0;
}

.btn:focus, .btn.focus {
  box-shadow: none !important;
}

.btn-primary {
  color: #fff;
  background-color: #9c4055;
  border-color: #9c4055;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(119.8363636364, 49.1636363636, 65.2954545455);
  border-color: rgb(119.8363636364, 49.1636363636, 65.2954545455);
}
.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(119.8363636364, 49.1636363636, 65.2954545455);
  border-color: rgb(119.8363636364, 49.1636363636, 65.2954545455);
}

.btn-secondary {
  color: #fff;
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(37.5, 37.5, 37.5);
  border-color: rgb(37.5, 37.5, 37.5);
}
.btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(37.5, 37.5, 37.5);
  border-color: rgb(37.5, 37.5, 37.5);
}

.btn-outline-secondary {
  color: #3f3f3f;
  background-color: transparent;
  border-color: #3f3f3f;
}
.btn-outline-secondary:hover {
  color: rgb(37.5, 37.5, 37.5);
  background-color: transparent;
  border-color: rgb(37.5, 37.5, 37.5);
}
.btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: rgb(37.5, 37.5, 37.5);
  background-color: transparent;
  border-color: rgb(37.5, 37.5, 37.5);
}

.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: rgb(242.25, 242.25, 242.25);
  background-color: transparent;
  border-color: rgb(242.25, 242.25, 242.25);
}

.btn-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-icon-left i {
  margin-right: 0.8em;
  padding-right: 0.8em;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-icon-right i {
  margin-left: 0.8em;
  padding-left: 0.8em;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1em 1em;
  line-height: 1.5;
  font-size: 0.9em;
}

.btn-arrow {
  position: relative;
  color: #fff;
  background-color: #3f3f3f;
  padding-right: 75px;
  padding-left: 25px;
}
.btn-arrow:hover {
  color: #fff;
  background-color: rgb(50.25, 50.25, 50.25);
}
.btn-arrow:focus, .btn-arrow:not(:disabled):not(.disabled):active, .btn-arrow:not(:disabled):not(.disabled).active, .show > .btn-arrow.dropdown-toggle {
  color: #fff;
  background-color: rgb(50.25, 50.25, 50.25);
  border-color: rgb(50.25, 50.25, 50.25);
}
.btn-arrow:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  display: block;
  width: 50px;
  background: #9c4055 url(../img/btn-arrow-right.svg) center center no-repeat;
  background-size: 50%;
}

.InputfieldForm table .Inputfield {
  margin: 0;
}

.form-control {
  border-radius: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(43.1351351351, 42.3648648649, 42.3648648649, 0.5);
  outline: 0;
  box-shadow: none;
}

.input-group-prepend,
.input-group-append {
  z-index: 5;
}

/* Contact Form */
.tpl-contact .contact-text {
  margin-bottom: 4em;
}
.tpl-contact .contact-infos {
  margin-bottom: 4em;
}
.tpl-contact .contact-infos .logo {
  margin-left: -8px;
  margin-bottom: 1em;
  max-width: 250px;
}
.tpl-contact .contact-infos i {
  margin-right: 15px;
  color: #9c4055;
}
.tpl-contact .contact-infos a {
  text-decoration: none;
}
.tpl-contact p:last-child {
  margin-bottom: 0;
}
.tpl-contact .contact-form {
  margin-bottom: 4em;
  padding: 0;
}
.tpl-contact .contact-form .form-label {
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: normal;
  margin-bottom: 0.1rem;
}
.tpl-contact .contact-form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(56, 55, 55, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}
.tpl-contact .contact-form textarea {
  min-height: 100px;
}
@media (min-width: 768px) {
  .tpl-contact .contact-form textarea {
    min-height: 194px;
  }
}
@media (min-width: 992px) {
  .tpl-contact .contact-form textarea {
    min-height: 217px;
  }
}
@media (min-width: 1200px) {
  .tpl-contact .contact-form textarea {
    min-height: 241px;
  }
}
.tpl-contact .contact-form .form-check {
  font-size: smaller;
}
.tpl-contact .contact-form .form-check .form-check-label {
  text-transform: none;
}
.tpl-contact .contact-form .form-button {
  margin: 25px 0 0;
}
.tpl-contact .contact-form .form-button .btn {
  margin: 0;
}
.tpl-contact ul.errors {
  margin-bottom: 1em;
  padding: 0;
}
.tpl-contact ul.errors li {
  background: url("../img/bullet-warning.svg") no-repeat left 3px;
  -webkit-background-size: 28px;
  background-size: 28px;
  margin: 12px 0;
  padding-left: 40px;
  list-style-type: none;
}

/* Map */
.map iframe {
  /* remove space under google maps iframe */
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: 360px;
}
@media (min-width: 768px) {
  .map iframe {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .map iframe {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .map iframe {
    height: 650px;
  }
}

.modal .modal-footer {
  justify-content: start;
}
.modal ul {
  margin: 1em 0;
  padding: 0;
}
.modal ul.errors {
  color: #792927;
}
.modal ul li {
  background: none;
  margin: 0.5em 1em;
  padding: 0;
  list-style-type: square;
}

.header-images {
  position: relative;
  margin-top: -1px;
}
@media (min-width: 992px) {
  .header-images {
    margin-top: 0;
  }
}
.header-images .container, .header-images .container-fluid {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.header-images .header-slider {
  position: relative;
  overflow: hidden;
}
.header-images .header-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.header-images .header-slider .slick-slide .header-image .caption {
  bottom: 5%;
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  opacity: 0;
}
.header-images .header-slider .slick-slide .header-image .caption .text {
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.header-images .header-slider .slick-slide .header-image .img {
  position: relative;
  overflow: hidden;
}
.header-images .header-slider .slick-slide .header-image .img img {
  transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1) !important;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.header-images .header-slider .slick-slide.slick-active .header-image .img img {
  -ms-transform: scale(1);
  transform: scale(1);
}
.header-images .header-slider .slick-slide.slick-active .caption {
  bottom: 15%;
  opacity: 1;
}
.header-images .header-slider .slick-slide.slick-active .caption .text {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.header-images .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  -ms-transform: translate(0);
  transform: translate(0);
  z-index: 2;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}
.header-images .slick-arrow:before {
  display: block;
  width: 30px;
  pointer-events: none;
  font-size: 20px;
  opacity: 1;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  color: #9c4055;
}
.header-images .slick-arrow.slick-prev {
  left: 5px;
}
.header-images .slick-arrow.slick-prev:before {
  content: "\f053";
  text-align: left;
  padding-left: 7px;
}
.header-images .slick-arrow.slick-next {
  right: 5px;
}
.header-images .slick-arrow.slick-next:before {
  content: "\f054";
  text-align: right;
  padding-right: 10px;
}
.header-images .slick-dots {
  margin: 0;
  bottom: 10px;
  z-index: 2;
}
@media (min-width: 576px) {
  .header-images .slick-dots {
    bottom: 5px;
  }
}
@media (min-width: 992px) {
  .header-images .slick-dots {
    bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .header-images .slick-dots {
    bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .header-images .slick-dots {
    bottom: 30px;
  }
}
.header-images .slick-dots li {
  margin: 0 3px;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .header-images .slick-dots li {
    margin: 0 5px;
  }
}
.header-images .slick-dots li button {
  width: auto;
  height: auto;
}
.header-images .slick-dots li button:before {
  font-size: 12px;
  width: 16px;
  height: 16px;
}
.header-images .slick-dots li.slick-active button:before {
  color: #9c4055;
  opacity: 1;
}

/* Header Images */
.header-image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header-image .img img {
  width: 100vw;
  height: auto;
  object-fit: contain;
  object-position: 50%;
}
@media (min-width: 576px) {
  .header-image .img img {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .header-image .img img {
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .header-image .img img {
    max-height: 550px;
  }
}
.header-image .caption {
  position: absolute;
  bottom: 15%;
  width: 100%;
}
.header-image .caption .center {
  margin: auto;
  text-align: center;
}
.header-image .caption .left {
  width: 70%;
  margin-left: 30px;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 576px) {
  .header-image .caption .left {
    width: 50%;
    margin-left: 50px;
  }
}
@media (min-width: 1400px) {
  .header-image .caption .left {
    width: 40%;
  }
}
.header-image .caption .right {
  width: 70%;
  margin-right: 30px;
  margin-left: auto;
  text-align: right;
}
@media (min-width: 576px) {
  .header-image .caption .right {
    width: 50%;
    margin-right: 50px;
  }
}
@media (min-width: 1400px) {
  .header-image .caption .right {
    width: 40%;
  }
}
.header-image .caption .text {
  color: black;
  font-size: 14px;
  line-height: 1.3;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.75);
}
@media (min-width: 576px) {
  .header-image .caption .text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .header-image .caption .text {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .header-image .caption .text {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .header-image .caption .text {
    font-size: 28px;
  }
}
.header-image .caption .text p {
  margin-bottom: 0;
  font-size: inherit;
}
.header-image .caption .text strong, .header-image .caption .text b {
  font-size: 18px;
  font-weight: 600;
  color: #9c4055;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .header-image .caption .text strong, .header-image .caption .text b {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .header-image .caption .text strong, .header-image .caption .text b {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .header-image .caption .text strong, .header-image .caption .text b {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .header-image .caption .text strong, .header-image .caption .text b {
    font-size: 38px;
  }
}

/* Swiper Styles */
.swiper-button-next, .swiper-button-prev {
  color: rgba(255, 255, 255, 0.75);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 0.35;
}

.swiper-pagination-bullet-active {
  background: white;
  opacity: 0.75;
}

/* Home */
.page-home .section-teasers .card {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-home .section-teasers .card .card-header,
.page-home .section-teasers .card .card-body,
.page-home .section-teasers .card .card-footer {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.page-home .section-teasers .card .card-title {
  margin: 0;
  font-size: 1.75em;
  color: #101010;
}
.page-home .section-teasers .card .card-text {
  padding: 15px 0;
}
.page-home .section-teasers .card .card-text p:last-child {
  margin-bottom: 0;
}
.page-home .section-teasers .card .card-img {
  border-radius: 0;
}
.page-home .section-teasers .card .card-img .img {
  overflow: hidden;
}
.page-home .section-teasers .card .card-img img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.page-home .section-teasers .card:hover .card-img img {
  transform: scale(1);
}
.page-home .section-text-bg-image {
  position: relative;
  overflow: hidden;
}
.page-home .section-text-bg-image .text {
  position: relative;
  z-index: 1;
}
.page-home .section-text-bg-image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none no-repeat 90% 90%;
  background-size: 60%;
  z-index: 0;
}
@media (min-width: 576px) {
  .page-home .section-text-bg-image .bg {
    display: block;
    background-size: 60%;
  }
}
@media (min-width: 768px) {
  .page-home .section-text-bg-image .bg {
    background-size: 60%;
  }
}
@media (min-width: 992px) {
  .page-home .section-text-bg-image .bg {
    background-size: 70%;
  }
}
@media (min-width: 1200px) {
  .page-home .section-text-bg-image .bg {
    background-size: 60%;
  }
}
.page-home .unforgettable-event ul li {
  background-position: left 4px;
  background-size: 18px;
  padding-left: 24px;
  font-size: larger;
}
@media (min-width: 576px) {
  .page-home .unforgettable-event ul li {
    background-position: left 5px;
    background-size: 20px;
    padding-left: 26px;
  }
}
@media (min-width: 768px) {
  .page-home .unforgettable-event ul li {
    background-position: left 6px;
    background-size: 22px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .page-home .unforgettable-event ul li {
    background-position: left 7px;
    background-size: 22px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .page-home .unforgettable-event ul li {
    background-position: left 9px;
    background-size: 22px;
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .page-home .unforgettable-event ul li {
    background-position: left 10px;
    background-size: 24px;
    padding-left: 32px;
  }
}

/*# sourceMappingURL=styles.css.map */
