/***************************************************************************************************
*** Typo
***************************************************************************************************/

@font-face {
  font-family: 'Cheltenham';
  src: url('../fonts/CheltenhamStd-BookCond.woff') format('woff'), url('../fonts/CheltenhamStd-BookCond.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/***************************************************************************************************
*** General Styles
***************************************************************************************************/

a[type=button] {
  -webkit-appearance: none;
}

::selection {
  background: var(--bs-primary);
  color: rgb(255, 255, 255);
  text-shadow: none;
}

::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 0.888rem;
}

:active,
:focus {
  outline: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: var(--bs-primary);
}

body {
  position: relative;
  height: 100%;
  background-image: url(../images/pattern.gif);
  background-repeat: repeat;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

a {
  transition: all 0.2s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
/*
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin: 0rem 0 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}
*/
p {
  margin-bottom: 2.5rem;
}

main.container {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
}

/* Frame-Styles */
.frame { border: 6px solid var(--bs-primary); }
.frame.nosides { border-left: 0; border-right: 0; }
.bg-primary .frame { border: 6px solid var(--bs-secondary); }
.bg-secondary .frame { border: 6px solid var(--bs-primary); }
.bg-primary .wrapper { background-color: rgba(var(--bs-primary-rgb), 0.75); }
.bg-secondary .wrapper { background-color: rgba(var(--bs-secondary-rgb), 0.75); }

/***************************************************************************************************
*** Header / Navigation
***************************************************************************************************/
/*** Header ***/

main {
  margin-top: 60px;
}
@media(min-width: 1200px) {
  main {
    margin-top: 114px;
  }
}
#slider + main {
  margin-top: 0;
}
/*
header .main-menu-toggler {
  width: 50px;
  height: 60px;
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2OTYgNDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLW1pdGVybGltaXQ6MjE5LjQyOTsiPjxwYXRoIGQ9Ik0zMS45MjcsMzEuOTI3bDYzMi4xMywtMG0tNjMyLjEzLDE3NS41NDNsNjMyLjEzLC0wbS02MzIuMTMsMTc1LjU0M2w2MzIuMTMsLTAiIHN0eWxlPSJmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6I2ZmZjtzdHJva2Utd2lkdGg6NjMuODVweDsiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
}

/*** Navigation
.nav-link {
  background-color: var(--bs-primary);
  color: rgb(255, 255, 255);
}
.nav-link:hover {
  background-color: var(--bs-secondary);
  color: rgb(255, 255, 255);
}
 ***/
 /***************************************************************************************************
*** Header
***************************************************************************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: rgb(147, 34, 37);
  transition: ease-in 0.2s;
}

header .top-menu {
  transition: 0.2s ease;
}

header.scrolled .navbar-brand img.desktop-logo {
  width: 150px;
}

header.scrolled .nav-item .nav-link {
  padding: 0.25rem 1rem;
}

header.scrolled .top-menu {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

header.scrolled .main-menu .nav-item a,
header.scrolled .top-menu {
  font-size: 0.875rem;
  line-height: 32px;
}


header.scrolled .top-menu .text-end,
header.scrolled .main-menu .justify-content-end {
  padding-right: 75px;
}

header.scrolled .top-menu .text-start,
header.scrolled .main-menu .justify-content-start {
  padding-left: 75px;
}

header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header ul.navbar-nav {
  flex-direction: row;
}

.navbar-brand {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 20px 20px;
  z-index: 2;
}
.navbar-brand img {
  width: 80%;
  height: auto;
  transition: 0.2s ease;
}

@media(min-width: 768px) {
  .navbar-brand {
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-brand img {
    width: 250px;
  }
}

.mobile-reservieren {
  font-size: 0.75rem;
}
@media(min-width: 420px) {
  .mobile-reservieren {
    font-size: 0.8125rem;
  }
}
@media(min-width: 480px) {
  .mobile-reservieren {
    font-size: 1rem;
  }
}

.top-menu .text-end,
.main-menu .justify-content-end {
  padding-right: 155px;
  transition: 0.2s ease;
}

.top-menu .text-start,
.main-menu .justify-content-start {
  padding-left: 155px;
  transition: 0.2s ease;
}

.top-menu a {
  font-size: 1rem;
}

.main-menu .nav-item a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 44px; /* 60px - 2*0,5rem padding */
  transition: 0.2s ease;
}

.main-menu .nav-item .dropdown-menu a {
  font-size: 1rem;
  font-weight: 600;
}

.main-menu .nav-item .dropdown-menu a:hover {
  color: rgb(255, 255, 255)
}

.main-menu .nav-item a:hover {
  background-color: rgb(178, 27, 36);
}

.main-menu-toggler {
  width: 50px;
  height: 60px;
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA1MCAzNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwOyI+PHBhdGggZD0iTTEwLjU5Niw5LjVsMjguODA4LDBtLTI4LjgwOCw4bDI4LjgwOCwwbS0yOC44MDgsOGwyOC44MDgsMCIgc3R5bGU9ImZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTojZmZmO3N0cm9rZS13aWR0aDoyLjkxcHg7Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center center;
}


/***************************************************************************************************
*** Navigation (mobil)
***************************************************************************************************/
.mm-menu {
  --mm-color-background: rgb(147, 34, 37);
  --mm-color-text: rgb(255, 255, 255);
  --mm-color-button: rgb(255, 255, 255);
  --mm-color-text-dimmed: rgb(255, 255, 255);
  --mm-color-border: rgba(255, 255, 255, 0.5);
}
.mm-navbar { background: none; }

.mm-navbars_top { background-color: rgb(147, 34, 37); background-image: linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0)); }

.mm-navbar a.mobile-logo {
  /*background-color: rgb(147, 34, 37);*/
}

.mm-navbar a.mobile-logo img {
  margin-top: 44px;
}

/*** Aufflackern der Mobile-Navigation beim Pageload vermeiden... ***/
#mobile-menu:not(.mm-menu) {
  display: none;
}
.mm-navbar__title {
  display: none;
}

.mm-navbar__title>span {
  overflow: visible !important;
  margin-top: 5px;
  letter-spacing: 0;
}

/* GeÃ¶ffnetes MenÃ¼ => Abdunkeln Wert Ã¼berschreiben */
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
  opacity: 0.8;
}

/* GeÃ¶ffnete SubmenÃ¼s => Styling */
#mm-2,
#mm-3 {
  background: #ede7e7;
  padding: 0 0 0 10px;
}

#mm-2 a,
#mm-3 a {
  color: rgb(147, 34, 37);
}

#mm-2 .mm-listitem__text,
#mm-3 .mm-listitem__text {
  padding: 5px 20px 5px 20px;
}

/***************************************************************************************************
*** Section
***************************************************************************************************/

section { padding-top: 4rem; padding-bottom: 4rem; padding-left: 5%; padding-right: 5%; }
section.section-bg-1 { background-color: rgba(255,255,255,0.05); }
section.section-bg-2 { background-color: rgba(0,0,0,0.35); }
.ptzero { padding-top: 0 !important; }
.ptsm { padding-top: 2rem !important; }
.ptxl { padding-top: 6rem !important; }
.pbzero { padding-bottom: 0 !important; }
.pbsm { padding-bottom: 2rem !important; }
.pbxl { padding-bottom: 6rem !important; }
.mtzero { margin-top: 0 !important; }
.mtsm { margin-top: 2rem !important; }
.mtxl { margin-top: 6rem !important; }
.mbzero { margin-bottom: 0 !important; }
.mbsm { margin-bottom: 2rem !important; }
.mbxl { margin-bottom: 9rem !important; }

main > section:first-child:not(#slider + main > section) { padding-top: 8rem !important; }

/***************************************************************************************************
*** Featherlight
***************************************************************************************************/
.featherlight:last-of-type {
  background: rgb(28,117,187);
  background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.25) 0%, rgba(var(--bs-secondary-rgb), 0.25) 100%);
}
.featherlight .featherlight-content {
  border: 0;
  border-radius: 40px;
  padding: 0;
}
.featherlight-content .caption {
  position: absolute;
  bottom: 0;
  background: var(--bs-primary);
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  font-size: 1.125rem;
  border-radius: 50rem;
  margin: 0 0 20px 20px;
}
.featherlight .featherlight-close-icon {
  top: 20px;
  right: 20px;
  line-height: 50px;
  width: 50px;
  background: var(--bs-primary);
  color: rgb(255, 255, 255);
  border: 0;
  padding: 0;
  border-radius: 50%;
}
.featherlight .featherlight-close-icon:hover {
  background: var(--bs-secondary);
}

/***************************************************************************************************
*** Modul: Slider
***************************************************************************************************/
#slider {
  position: relative;
  margin: 60px 0 0 0;
  z-index: 0
}
@media(min-width: 768px) {
  #slider {
    margin: 110px 0 0 0;
  }
}
/*
#slider .item,
#slider .item-video {
  min-height: 50vh;
  line-height: 0;
}

#slider img {
  height: 40vh;
  object-fit: cover;
}

@media(min-width: 992px) {

  #slider .item,
  #slider .item-video {
    min-height: 70vh;
  }

  #slider img {
    height: 70vh;
  }
}

@media(min-width: 1200px) {
  #slider {
    margin: 114px 0 0 0;
  }
}
*/

/***************************************************************************************************
*** Modul: Banner (Open Table)
***************************************************************************************************/

section.banner {
  overflow: hidden;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

section.banner.open-table {
  background: rgba(147,34,37,0.1);
  color: rgb(147, 34, 37);
}

section.banner.open-table p {
  margin-bottom: 0 !important;
}
section.banner.open-table .reservision-start > div {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(var(--bs-primary-rgb)) !important;
}
section.banner.open-table .reservision-start {
  padding: 0 !important;
}

section.banner h2 {
  text-transform: none !important;
  color:#FDFCDF;
}

section.banner:not([style]) h2 {
  color: rgb(147, 34, 37);
}
section.banner.bg-dark.bg-opacity-10 {
  color: rgb(147, 34, 37);
}

section.banner.open-table .consent_manager-module__placeholder-text-background {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0.875rem;
  text-align: center;
}
section.banner.open-table .consent_manager-module__placeholder-text {
  margin: 25px 0;
}
@media(min-width: 992px) {
  section.banner.open-table .consent_manager-module__placeholder-text {
    margin: 0;
  }
}

section.banner.open-table #ot-reservation-widget {
  margin: 0 auto;
}

section.banner h2+p {
  position: relative;
  z-index: 1;
}

section.banner .banner-image img {
  width: 100%;
}

@media(min-width: 1200px) {
  section.banner .banner-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);
  }

  section.banner .banner-image img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
  }
}

/***************************************************************************************************
*** Modul: Editor (plus Media)
***************************************************************************************************/
@media(max-width: 991.98px) {
  .editor .col-12 + .col-12 {
  margin-top: 2.25rem;
  }
}

/***************************************************************************************************
*** Modul: Icons (plus Buzzword)
***************************************************************************************************/
.svg-icons .svg-icon {
  max-width: 150px;
}
.svg-icons .svg-icon.svg-blue {
  filter: invert(36%) sepia(71%) saturate(766%) hue-rotate(168deg) brightness(93%) contrast(100%);
}
.svg-icons .svg-icon.svg-red {
  filter: invert(17%) sepia(96%) saturate(3165%) hue-rotate(343deg) brightness(82%) contrast(90%);
}
.svg-icons .svg-icon.svg-white {
  filter: invert(96%) sepia(0%) saturate(22%) hue-rotate(214deg) brightness(90%) contrast(83%);
}
.svg-icons .buzzword {
  font-size: 1.75rem;
  font-weight: 700;
}
@media(max-width: 767.98px) {
  .svg-icons .icons div:not(:first-child) {
    margin-top: 4rem;
  }
}
@media(min-width: 768px) {
  .svg-icons .icons div:nth-child(even):not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media(min-width: 1400px) {
  .svg-icons .icons div:nth-child(even):not(:last-child) {
    margin-bottom: 0;
  }
}

/***************************************************************************************************
*** Banner
***************************************************************************************************/

section.banner {
  overflow: hidden;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: rgb(255, 255, 255);
}

section.banner h2 {
  text-transform: none !important;
}

section.banner.bg-dark.bg-opacity-10 {
  color: rgb(147, 34, 37);
}

section.banner.open-table .consent_manager-module__placeholder-text-background {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0.875rem;
  text-align: center;
}
section.banner.open-table .consent_manager-module__placeholder-text {
  margin: 25px 0;
}
@media(min-width: 992px) {
  section.banner.open-table .consent_manager-module__placeholder-text {
    margin: 0;
  }
}

section.banner.open-table #ot-reservation-widget {
  margin: 0 auto;
}

section.banner h2+p {
  position: relative;
  z-index: 1;
}

section.banner .banner-image img {
  width: 100%;
}

@media(min-width: 1200px) {
  section.banner .banner-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);
  }

  section.banner .banner-image img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
  }
}

/***************************************************************************************************
*** Formulare
***************************************************************************************************/
#yform-schwan_kontakt-timestamp,
#yform-schwan_tischreservierung-timestamp
{
  display: none;
}
.alert ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/***************************************************************************************************
*** Open Street Maps
***************************************************************************************************/
#osm_map { height: 400px; }

/***************************************************************************************************
*** Footer
***************************************************************************************************/

footer .footer-logo { max-width: 250px; }

footer .footer-title {
  font-size: 2rem;
}

footer a {
  color: rgb(255, 255, 255);
}

footer a:hover {
  color: rgb(242, 191, 94);
}

footer ul#footer-menu {
  list-style-type: none;
}

footer .fa-ul {
  margin-left: 1rem;
  list-style-type: none;
  padding-left: 0;
}

footer .fa-ul i {
  position: relative;
  left: 0;
}

footer .fa-ul>li {
  left: -1em;
  position: relative;
}

footer ul li::before {
  font-family: 'bootstrap-icons';
}

footer ul.iconstyle.kontakt>li:nth-child(1)::before {
  content: "\F3E7";
}

footer ul.iconstyle.kontakt>li:nth-child(2)::before {
  content: "\F5B4";
}

footer ul.iconstyle.kontakt>li:nth-child(3)::before {
  content: "\F32C";
}

footer ul.iconstyle.kontakt>li:nth-child(4)::before {
  content: "\f0e0";
}

footer ul.iconstyle.oeffnungszeiten>li:nth-child(1)::before {
  content: "\f3c5";
}

footer ul.iconstyle.oeffnungszeiten>li:nth-child(2)::before {
  content: "\f879";
}

footer ul.iconstyle.oeffnungszeiten>li:nth-child(3)::before {
  content: "\f1ac";
}
.subfooter { font-size: 0.75rem; }
