:root {
  --bs-light-rgb: 235, 235, 236;
  --bs-light: #ececeb;
  --bs-body-font-family: 'Mulish';
  --bs-body-font-size: 18px;
  --bs-body-line-height: 1.8em;
  /*--bs-nav-link-color: #fff;*/
  /*--bs-nav-link-hover-color: #fff;*/
  --bs-nav-link-font-size: 35px;
  --bs-link-color: #000;
  --bs-link-hover-color: #000;
}

html {
  scroll-behavior: smooth;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-height: 999999px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body::-webkit-scrollbar {
  display: none;
}

body:not(.open-canvas) {
  overflow: auto !important;
  /*padding-right: 0;*/
}

.nav {
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #fff;
  font-family: 'Merriweather';
  font-size: 30px;
  width: 280px;
  line-height: 1.2em;
}

.btn {
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 1.75rem;
}

.btn-outline-dark {
  --bs-border-width: 2px;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link {
  line-height: 1.4em;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .nav {
    /*--bs-nav-link-color: #fff;*/
    /*--bs-nav-link-hover-color: #fff;*/
    /*font-family: 'Merriweather';*/
    /*font-size: 30px;*/
    width: 320px;
    /*line-height: 1.2em;*/
  }
}

header .btn {
  margin-right: calc(320px - (1.75rem / 2) - 4px - (var(--bs-gutter-x) * .5));
  transform: translateX(100%);
}

section.intro {
  background-image: url("../../assets/img/Bilder/2301/Top4_4.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar-toggler {
  --bs-navbar-toggler-padding-y: 0;
  border: none;
  /*transform: translateX(50%);*/
  /*margin-right: calc((var(--bs-navbar-toggler-padding-x) + (var(--bs-gutter-x) * 0.5)) * -1);*/
  /*z-index: 1060;*/
}

@media (min-width: 720px) {
  .navbar-toggler {
    /*border: none;*/
    /*transform: translateX(50%);*/
    margin-right: calc((var(--bs-navbar-toggler-padding-x) + (var(--bs-gutter-x) * 0.5)) * -1);
  }
}

.navbar-toggler-icon {
  /*width: 0.75em;*/
  width: 27px;
  height: 34px;
  /*background-size: 200%;*/
  /*transform: translateX(50%);*/
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  background: none;
  transform: translateX(50%);
  /*box-shadow: 0px 0px 5px #000;*/
}

.navbar-toggler-icon:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  /*transform: translateY(50%);*/
  background: #000;
  /*box-shadow: 0px 0px 5px #000;*/
}

@media (max-width: 575px) {
  .navbar-toggler-icon:before {
    background: #fff;
  }
}

.navbar-toggler:focus, .navbar-toggler:focus:not(:focus-visible) {
  border: none;
  box-shadow: none;
  outline: none;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-width: calc(100% - 18px);
  /*--bs-offcanvas-height: calc(100vh - 69px);*/
  /*--bs-offcanvas-padding-x: 1rem;*/
  /*--bs-offcanvas-padding-y: 1rem;*/
  --bs-offcanvas-bg: rgba(0, 0, 0, 0.8);
  --bs-offcanvas-border-width: 0;
  /*--bs-offcanvas-border-color: var(--bs-border-color-translucent);*/
  /*--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
  --bs-gutter-x: 1.5rem;
  bottom: 50px;
  --bs-border-color: #fff;
}

@media (min-width:576px) {
  .offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    /*max-width: 1140px;*/
    --bs-offcanvas-width: calc(540px + ((100vw - 540px) / 2));
  }
}

@media (min-width:768px) {
  .offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    /*max-width: 1140px;*/
    --bs-offcanvas-width: calc(720px + ((100vw - 720px) / 2));
    /*--bs-offcanvas-height: 100%;*/
    bottom: 0;
  }
}

@media (min-width:992px) {
  .offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    /*max-width: 1140px;*/
    --bs-offcanvas-width: calc(960px + ((100vw - 960px) / 2));
  }
}

@media (min-width:1200px) {
  .offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    /*max-width: 1140px;*/
    --bs-offcanvas-width: calc(1140px + ((100vw - 1140px) / 2));
  }
}

@media (min-width:1400px) {
  .offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    /*max-width: 1140px;*/
    --bs-offcanvas-width: calc(1320px + ((100vw - 1320px) / 2));
  }
}

@media (min-width: 768px) {
  header.fixed-top {
    z-index: 1050;
  }
}

.mt-n5 {
  margin-top: -3rem;
}

.mt-nt50 {
  transform: translateY(-50%);
}

.mt-t50 {
  transform: translateY(50%);
}

@media (min-width: 576px) {
  .mt-sm-nt50 {
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .mt-md-nt50 {
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .mt-lg-nt50 {
    transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .mt-xl-nt50 {
    transform: translateY(-50%);
  }
}

@media (min-width: 1400px) {
  .mt-xxl-nt50 {
    transform: translateY(-50%);
  }
}

.bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-container.mt-n5 {
  height: calc(100% + 3rem);
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
}

.bg-container.bg-top-5 {
  top: 3rem;
  height: calc(100% - 3rem);
}

@media (min-width: 768px) {
  .bg-container.bg-top-md-5 {
    top: 3rem;
    height: calc(100% - 3rem);
  }
}

.bg-container.bg-start-2 {
  left: calc((100% / 12) * 2);
  width: calc(100% - ((100% / 12) * 2));
}

.bg-container.bg-start-2-50 {
  left: calc(((100% / 12) * 2) + (100% / 12) * 0.5);
  width: calc(100% - (((100% / 12) * 2) + (100% / 12) * 0.5));
}

@media (min-width: 768px) {
  .bg-container.bg-start-md-2-50 {
    left: calc(((100% / 12) * 2) + (100% / 12) * 0.5);
    width: calc(100% - (((100% / 12) * 2) + (100% / 12) * 0.5));
  }
}

.bg-container.bg-start-0-50 {
  left: calc((100% / 12) * 0.5);
  width: calc(100% - ((100% / 12) * 0.5));
}

@media (min-width: 768px) {
  .bg-container.bg-start-md-0-50 {
    left: calc((100% / 12) * 0.5);
    width: calc(100% - ((100% / 12) * 0.5));
  }
}

.bg-container.bg-shifted.bg-shifted-right {
  width: 100%;
}

@media (min-width: 576px) {
  .bg-container.bg-shifted.bg-shifted-right {
    width: calc(100% + ((100vw - 540px) / 2));
  }
}

@media (min-width: 768px) {
  .bg-container.bg-shifted.bg-shifted-right {
    width: calc(100% + ((100vw - 720px) / 2));
  }
}

@media (min-width: 992px) {
  .bg-container.bg-shifted.bg-shifted-right {
    width: calc(100% + ((100vw - 960px) / 2));
  }
}

@media (min-width: 1200px) {
  .bg-container.bg-shifted.bg-shifted-right {
    width: calc(100% + ((100vw - 1140px) / 2));
  }
}

@media (min-width: 1400px) {
  .bg-container.bg-shifted.bg-shifted-right {
    width: calc(100% + ((100vw - 1320px) / 2));
  }
}

img {
  max-width: 100%;
  height: auto;
}

.translate-full-y {
  transform: translateY(-100%);
}

@media (min-width: 768px) {
  .translate-md-full-y {
    transform: translateY(-100%);
  }
}

.link-light {
  color: #ececeb !important;
}

#bgi_1 {
  background-image: url("../../assets/img/Bilder/altebildhauerei_bg.jpg");
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Merriweather';
}

.font-default {
  font-family: var(--bs-body-font-family);
}

.h1 {
  font-size: 36px;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 76px;
  }
}

@media (min-width: 992px) {
  .h1 {
    font-size: 96px;
  }
}

.h1.translate-text-line, h1.translate-text-line {
  transform: translateY(17px);
}

@media (min-width: 768px) {
  .h1.translate-text-line, h1.translate-text-line {
    transform: translateY(32px);
  }
}

.h2 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .h2 {
    font-size: 48px;
  }
}

.h3 {
  font-size: 20px;
}

section ul > li {
  position: relative;
  padding-left: 40px;
  list-style: none;
  font-size: 15px;
  line-height: 1.4em;
  padding-top: 5px;
  padding-bottom: 5px;
}

section ul > li:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  height: 1px;
  background: #8a8b8a;
  width: 30px;
  /*transform: translateY(50%);*/
  /*opacity: 0.8;*/
}

section ul.special-list > li {
  padding-top: 0;
  padding-bottom: 0;
}

section ul.special-list > li:before {
  top: 9px;
}

.list-inline:not(.boxed), .list-inline:not(.boxed) .list-inline-item {
  display: inline;
  hyphens: manual;
  word-break: break-word;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

section ul > li.no-list-style {
  padding: 0;
}

section ul > li.no-list-style:before {
  content: none;
  display: none;
}

@media (max-width: 767px) {
  ul.boxed .list-inline-item {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  ul.boxed .list-inline-item:before {
    content: none;
    display: none;
  }
}

ul.boxed {
  border: 2px solid var(--bs-light);
  display: inline-block;
  padding: 1.4rem;
  margin: 0;
}

@media (min-width: 576px) {
  ul.boxed {
    margin: -1.1rem 0 0 -1.4rem;
  }
}

@media (min-width: 576px) {
  .boxed-headline {
    width: 200px;
  }
}

ul.boxed.boxed-border-white {
  border-color: #fff;
}

.navbar-brand svg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  /*min-width: 300px;*/
  transition: min-width 400ms, width 400ms, top 400ms;
}

body.scrolled .navbar-brand svg {
  min-width: 140px;
  top: calc(var(--bs-navbar-padding-y) * -1);
}

.navbar-brand svg path {
  fill: #fff;
  transition: fill 550ms, opacity 400ms, visibility 400ms;
}

.navbar-brand {
  transition: width 550ms;
}

@media (min-width: 576px) {
  body.scrolled .navbar-brand svg path.l_ab, body.scrolled .navbar-brand svg path.t_apartments, body.scrolled .navbar-brand svg path.t_apart {
    fill: #000;
  }
}

@media (min-width: 576px) {
  body.scrolled .navbar-brand svg path.t_alte, body.scrolled .navbar-brand svg path.t_bild, body.scrolled .navbar-brand svg path.t_erei, body.scrolled .navbar-brand svg path.t_hau, body.scrolled .navbar-brand svg path.t_ments, body.scrolled .navbar-brand svg g.t_ments {
    opacity: 0;
    visibility: hidden;
  }
}

body:not(.scrolled) .navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  /*--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
}

@media (max-width: 575px) {
  .navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    /*--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
  }
}

body:not(.scrolled) nav.navbar {
  background-color: transparent !important;
  transition: background-color 400ms;
}

.navbar .container {
  padding-top: 3rem;
  transition: padding-top 400ms;
}

body.scrolled .navbar .container {
  padding-top: 0rem;
}

body:not(.scrolled) header .btn, body:not(.scrolled) header .navbar-toggler-icon {
  color: #fff;
  border-color: #fff !important;
}

body:not(.scrolled) header .navbar-toggler-icon:before {
  background: #fff;
}

@media (max-width: 575px) {
  header .btn, header .navbar-toggler-icon {
    color: #fff !important;
    border-color: #fff !important;
  }
}

body:not(.scrolled) header .btn:hover {
  background: #fff;
  color: #000;
}

.text-ls-130 {
  letter-spacing: 0.2em;
}

.text-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-md-normal {
    text-align: start;
  }
}

.text-auto-wrap {
  hyphens: manual;
  word-break: break-word;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.end-1-col {
  right: calc(100% / 12 * 1);
}

@media (min-width: 768px) {
  .end-md-0 {
    right: 0;
  }
}

@media (min-width: 768px) {
  .bottom-md-auto {
    bottom: auto !important;
  }
}

.text-grey {
  color: #cfcfcf;
}

.text-grey:hover {
  color: #6c6c6c;
}

@media (min-width: 768px) {
  .px-md-container {
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
}

@media (min-width: 768px) {
  .fixed-top-md {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  header .navbar {
    padding: 0;
  }
}

@media (max-width: 767px) {
  header .navbar .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  body.scrolled header .navbar {
    background-color: transparent !important;
  }
}

@media (max-width: 767px) {
  header .navbar-brand {
    position: absolute !important;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000;
  }
}

@media (max-width: 767px) {
  header .navbar-brand svg {
    position: static;
    max-width: 200px;
    left: auto;
    top: auto;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  header .btn {
    position: absolute;
    left: 50%;
    top: 100vh;
    transform: translateX(-50%) translateY(calc(-100% - 31px));
    z-index: 1000;
    background: rgba(0,0,0,0.5);
  }
}

@media (max-width: 767px) {
  header .navbar-toggler {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1050;
    mix-blend-mode: difference;
  }
}

main {
  z-index: 1;
  position: relative;
}

header {
  /*z-index: 1000;*/
  position: relative;
}

@media (min-width: 720px) {
  header {
    z-index: 1050;
    position: relative;
  }
}

.offcanvas .nav-meta, .offcanvas .social {
  position: absolute;
  right: var(--bs-offcanvas-padding-x);
  bottom: calc(var(--bs-offcanvas-padding-y) + 3rem);
  width: 320px;
  --bs-nav-link-padding-x: 1rem;
}

@media (max-width: 767px) {
  .offcanvas .nav-meta {
    top: var(--bs-offcanvas-padding-y);
    bottom: auto;
    right: auto;
    left: 0;
    width: auto;
  }
}

.offcanvas .nav-meta > li {
  padding-left: var(--bs-nav-link-padding-x);
}

.offcanvas .nav-meta > li > a {
  color: var(--bs-white);
  text-decoration: none;
  font-size: 11px;
}

.offcanvas .social {
  left: 0;
  right: auto;
  width: auto;
  display: flex;
  gap: 15px;
}

@media (max-width: 767px) {
  .offcanvas .social {
    top: var(--bs-offcanvas-padding-y);
    bottom: auto;
    right: var(--bs-nav-link-padding-x);
    left: auto;
    width: auto;
  }
}

.offcanvas .social > div {
  width: 30px;
}

@media (min-width: 576px) {
  .offcanvas .social {
    left: calc(((100vw - 540px) / 2) + (var(--bs-gutter-x) * .5));
  }
}

@media (min-width: 768px) {
  .offcanvas .social {
    left: calc(((100vw - 720px) / 2) + (var(--bs-gutter-x) * .5));
  }
}

@media (min-width: 992px) {
  .offcanvas .social {
    left: calc(((100vw - 960px) / 2) + (var(--bs-gutter-x) * .5));
  }
}

@media (min-width: 1200px) {
  .offcanvas .social {
    left: calc(((100vw - 1140px) / 2) + (var(--bs-gutter-x) * .5));
  }
}

@media (min-width: 1400px) {
  .offcanvas .social {
    left: calc(((100vw - 1320px) / 2) + (var(--bs-gutter-x) * .5));
  }
}

.offcanvas .btn {
  /*--bs-border-color: #fff;*/
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% + 10px)) translateY(50%);
  color: #fff;
  /*border-color: #fff;*/
}

@media (max-width: 767px) {
  body.open-canvas header .btn {
    display: none;
  }
}

.text-grey.arrow-to-top {
}

.arrow-to-top i.fa-arrow-up {
  opacity: 0.25;
}

.arrow-to-top:hover i.fa-arrow-up {
  opacity: 1;
}

a[data-lightbox] {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}

a[data-lightbox].hn {
  height: auto;
  display: block;
}

a[data-lightbox] img {
  transform: scale(1);
  transition: transform 550ms;
}

a[data-lightbox]:hover img {
  transform: scale(1.05);
}

footer p {
  font-size: 15px;
  line-height: 1.4em;
}

footer a {
  color: #000;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.scroll-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  /*font-size: 15px;*/
  /*opacity: 0.8;*/
}

@media (max-width: 991px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down:hover {
  /*opacity: 1;*/
  color: #333;
}

.scroll-down:hover i.fa-arrow-down {
  background-image: url("../../assets/img/Icons/arrow-down.svg");
}

i.fas.fa-arrow-up, i.fa.fa-arrow-up, i.far.fa-arrow-up, i.fas.fa-arrow-down, i.fa.fa-arrow-down, i.far.fa-arrow-down {
  font-family: none;
  width: 16px;
  height: 16px;
  /*opacity: 0.25;*/
  background: transparent url("../../assets/img/Icons/arrow-up.svg") no-repeat left top / auto 100%;
}

i.fas.fa-arrow-down, i.fa.fa-arrow-down, i.far.fa-arrow-down {
  background-image: url("../../assets/img/Icons/arrow-down--white.svg");
}

i.fas.fa-arrow-up:before, i.far.fa-arrow-up:before, i.fa.fa-arrow-up:before, i.fas.fa-arrow-down:before, i.far.fa-arrow-down:before, i.fa.fa-arrow-down:before {
  content: none;
  display: none;
}

.room-cont {
  position: relative;
}

.room-cont:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(25%, 25%);
  background: transparent url("../../assets/img/Icons/tools.svg") no-repeat center center / 100% auto;
  width: 170px;
  height: 170px;
}

.bg-ab {
  background-image: url("../../assets/img/Icons/AB.svg");
  background-repeat: no-repeat;
  background-size: auto 200%;
  background-position: left 20% top 10%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .btn-book-room {
    transform: translateX(-25%);
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .btn-book-room.translate-md-full-y {
    transform: translate(-25%, -100%);
  }
}

