* {
  transition: all 0.5s linear;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #6e4444;
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1060px !important;
  }
}

/* Top Bar */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0.75rem 0 0;
  margin-bottom: -1rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .top-bar {
    margin-bottom: -3rem;
  }
}

@media (max-width: 991.98px) {
  .top-bar {
    display: none;
  }
}

.top-bar .link-1 {
  font-weight: bold;
  text-decoration: underline;
  color: #3d9be9;
  margin-right: 2rem;
}

.top-bar .link-2 {
  margin: 0 0.25rem;
}

.top-bar .link-2 img {
  width: 28px;
}

.top-bar .link-3 {
  color: rgb(165, 165, 165);
  border: 1px solid rgb(176, 176, 176);
  line-height: 38px;
  width: 180px;
  font-size: 14px;
  text-align: center;
  margin-left: 1.5rem;
  font-weight: bold;
}

.top-bar .link-4 {
  color: #ffab00;
  border: 1px solid #ffab00;
  line-height: 38px;
  width: 75px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-left: 0.5rem;
  margin-right: 1.5rem;
}

.top-bar .link-3:hover,
.top-bar .link-4:hover {
  background-color: #f5f5f7;
  color: #ac2f4a;
  border-color: #ac2f4a;
  text-decoration: none;
}

/* Navbar */
.navbar-nav .nav-item {
  padding: 0 10px;
}

.navbar-nav .nav-link {
  font-family: Arial, Helvetica, sans-serif;
  color: #6e4444;
  line-height: 30px;
}

.navbar-nav .nav-item:hover {
  background-color: #f4f2ed;
}

.navbar-toggler {
  color: #6e4444;
  font-size: 30px;
}

.zimmer-icon {
  /* width: 60px; */
  margin: 0 1rem;
}

.nav-phone-icon {
  /* width: 40px; */
  opacity: 0.5;
}

/*  */
.breadcrumb-h a {
  color: #0192af;
  font-weight: bold;
}

.title {
  color: #51623f;
  font-weight: 700;
  font-size: 34px;
}

.description {
  color: #858b91;
  font-size: 20px;
  font-weight: 700;
}

.about {
  background: #77e8ca;
  padding: 1rem 0;
  color: #414141;
}

.about strong,
.about a {
  color: #414141;
  font-weight: 700;
}

.about a {
  text-decoration: underline;
}

.about img {
  display: block;
  /* width: 100px; */
  margin: auto;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}

.green-alert {
  background: #f7fdf0;
  padding: 1.5rem;
}

.green-alert .heading {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.green-alert ol {
  list-style-position: inside;
  padding: 0;
}

.green-alert ol li,
.green-alert ol li a {
  color: #0192af;
  font-weight: 700;
  font-size: 18px;
}

.green-alert ol li a:hover {
  text-decoration: none;
}

.orange-heading {
  color: #ffa500;
  font-size: 23px;
  font-weight: 700;
}

.content-text,
.content-text strong {
  color: #414141;
  font-size: 18px;
}

.content-img-wrap > div {
  background: #e8e6e6;
  color: #414141;
  font-size: 17px;
  padding: 7px;
}

.content-img-wrap > div a {
  color: #414141;
  text-decoration: underline;
}

.location-wrap {
  background: #77e8ca;
  padding: 15px 10px;
  border: 2px solid #e5fad1;
}

.location-wrap .heading {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}

.location-wrap .time {
  color: #545454;
  font-size: 18px;
  font-weight: 400;
}

.location-wrap a {
  color: #ff6161;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.accomodation {
  padding: 2rem 0;
  background: url(../images/bg-pattern.webp) no-repeat;
  background-size: 100% 100%;
}

.acc-bg {
  background: #7d7878;
  border: 2px solid #e5fad1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.acc-bg .heading {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.acc-bg .text {
  color: #fff;
  font-weight: 700;
}

.acc-bg .button {
  display: block;
  background: repeat padding-box border-box 0% 0% / auto auto scroll
    linear-gradient(180deg, #bee5fb 0%, #3bcf98 100%);
  box-shadow: 0.71px 0.71px 1px 0 black;
  width: 220px;
  text-align: center;
  line-height: 40px;
  color: #000;
}

.acc-bg .button:hover {
  text-decoration: none;
  border: 1px solid #414141;
  background: #fff;
}

.over-img {
  position: absolute;
  bottom: -2rem;
  z-index: 2;
}

.over-img.left {
  left: -16.5rem;
}

.over-img.right {
  right: -12rem;
}

@media (max-width: 1199.98px) {
  .over-img {
    display: none;
  }
}

.bg-green {
  background: #e5fad1;
}

.content-text.bg-green {
  padding: 1rem;
}

.blue-w-green-border {
  background: #d9f0fd;
  border: 2px solid #e5fad1;
}

.content-text.blue-w-green-border {
  padding: 1rem;
}

.content-text.blue-w-green-border ul li,
.content-text.blue-w-green-border ul li a {
  color: #ff6161;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.continue-reading {
  padding: 2rem 0;
  background: url(../images/bg-pattern-2.webp) no-repeat;
  background-size: 100% 100%;
}

.continue-reading .heading {
  color: #213d4d;
  font-family: Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.continue-reading a {
  position: relative;
}

.continue-reading a label {
  position: absolute;
  bottom: 1rem;
  left: 15px;
  color: #213d4d;
  font-size: 20px;
  font-weight: 700;
  background: rgba(119, 232, 202, 0.7);
  width: 264px;
  padding: 10px;
}

.find-more {
  position: relative;
}

.find-more > img {
  height: 383px;
  object-fit: cover;
}

.text-sec {
  width: 100%;
  position: absolute;
  left: 0;
  top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.text-sec > div {
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-right: 1rem;
}

.text-sec > a {
  width: 290px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  color: #a1254a;
  font-size: 14px;
  border: 1px solid #a1254a;
  font-weight: bold;
}

footer .bottom {
  padding: 5px 0;
  background: #242323;
}

footer .bottom div {
  font-size: 14px;
  font-weight: 400;

  color: #c7c7c7;
}

footer .bottom a {
  color: #c7c7c7;
  text-decoration: underline;
}

footer .top {
  background: #2b2b2b;
  padding: 1rem 0;
}

.footer-heading {
  color: #ffbc40;
  font-family: Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.h-links a {
  color: #c7c7c7;
  font-size: 19px;
  text-decoration: underline;
}

.c-row {
  padding-top: 2rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
  margin: 2rem 0;
}

.c-wrap {
  display: flex;
  align-items: center;
}

.c-wrap img {
  width: 34px;
  margin-right: 0.75rem;
}

.c-wrap a,
.c-wrap span {
  color: #c7c7c7;
  font-size: 19px;
}

.c-wrap a {
  text-decoration: underline;
}

.f-title {
  font-family: Helvetica, sans-serif;
  color: #c7c7c7;
  font-size: 17px;
  font-weight: 700;
}

.f-text {
  color: #bdbdbd;
  font-size: 17px;
  font-weight: 400;
}

.tripadvisor-embed {
  width: 170px;
  border: none;
}
