/***  respons_1 created by nordicweb.com ***/
#widgetworld-frame {
  display: none;
}

/* === START of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */
/* sansita-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sansita";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/sansita/sansita-v10-latin-regular.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/fonts/sansita/sansita-v10-latin-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* sansita-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sansita";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/sansita/sansita-v10-latin-700.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/fonts/sansita/sansita-v10-latin-700.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "Berkshire Swash";
  font-style: normal;
  font-weight: 300;
  src: url(/files/1902222/style/img/berkshire-swash-v9-latin-regular.ttf);
}

/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("/fonts/roboto/roboto-v30-latin-300.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("/fonts/roboto/roboto-v30-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("/fonts/roboto/roboto-v30-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("/fonts/roboto/roboto-v30-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "Vast Shadow";
  src: url("/files/1902222/style/img/VastShadow-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Crushed";
  src: url("/files/1902222/style/img/Crushed-Regular.ttf") format("truetype");
}

/* === END of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */

/* === START of BODY & ALLGEMEINE AUSZEICHNUNGEN === */
* {
  margin: 0;
  padding: 0;
}

.cc-window {
  left: 1em;
}

.kf_neu {
  margin: 4rem auto 0 auto;
  display: block;
  width: fit-content;
  background: #d1d1d1;
  padding: 2rem;
}

.kf_neu iframe {
  background: #d1d1d1;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  width: 100%;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

body,
table {
  margin: 0;
  padding: 0;
  background: #191919 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 2 !important;
  color: #cccccc !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  color: #f9bd7d !important;
  text-rendering: optimizeLegibility;
  text-align: center;
}

h1 {
  font-family: "Berkshire Swash", serif !important;
  font-size: 7.5rem !important;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 700;
  /* margin-bottom: -3.3rem !important; */
  text-transform: none;
  color: #cdcdcd !important;
}

h2 {
  font-size: 2.5rem !important;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.5rem !important;
  font-weight: 300 !important;
  font-family: "Sansita" !important;
}

h3 {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  font-family: "Sansita" !important;
  margin-bottom: 0.5rem;
}

.page_155886 hr {
  margin: 4rem 0;
}

.page_155886 h3 {
  text-align: left;
}

h4 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

a {
  line-height: inherit;
  color: #1468a0;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  color: #1468a0;
  text-decoration: underline;
}

a img {
  border: 0;
}

.module_textblock a {
  color: #f9bd7d;
}

p {
  margin-bottom: 1rem;
  line-height: 2 !important;
  text-rendering: optimizeLegibility;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.site_inner {
}

.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

.scrollup {
  background: url("../img/top_btn.png") no-repeat #ddd;
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 1rem;
  z-index: 1;
  right: 1rem;
  opacity: 0.69;
  display: none;
}

.mean-bar {
  display: none;
}

/* === END of BODY & ALLGEMEINE AUSZEICHNUNGEN === */

/* === START of HEADER & LOGO === */
.header {
  width: 100%;
  position: absolute;
}

.header .row {
}

.header .logo-container {
  position: relative;
  z-index: 11;
}

.header .logo-container img {
  max-width: 140px;
  transition: all 0.3s ease-in-out;
  padding: 1.5em 0;
}

i.fab,
em.fas {
  color: #f9bd7d;
  font-size: 1.3rem;
  padding: 0.5em;
  border: 1px solid #f9bd7d;
  margin: 1.5em 0;
}

i.fab:hover,
em.fas:hover {
  color: #191919;
  background: #f9bd7d;
  transition: all 0.3s ease-in-out;
}

i.fab.fa-facebook-f {
  padding: 0.5em 0.67em;
}

em.fas.fa-chevron-down {
  font-size: 1.6rem;
  padding: 0.5em 0.3em 0.5em 0.5em;
  background: #191919;
}

em.fas.fa-chevron-down:hover {
  border: 1px solid #191919;
  background: #f9bd7d;
}

/* === END of HEADER & LOGO === */

/* === START of STICKY & TOP-BAR === */
.sticky {
  background: #191919;
  z-index: 5 !important;
  transition: all 0.5s ease-in-out;
}

.page_155880 .sticky {
  background: transparent;
}

.sticky.is-at-top {
  /* transition: padding .5s; */
}

.sticky.is-stuck {
  /* transition: padding .5s; */
  padding: 0;
  z-index: 11 !important;
  background: #191919;
}

.sticky.is-stuck .top-bar .logo-container {
  display: inline-block;
}

.sticky.is-stuck .top-bar .logo-container img {
  max-width: 250px;
}

.top-bar {
  padding: 0 !important;
  background: 0 !important;
  width: 100%;
  max-width: 91rem;
  margin: 0 auto;
}

.top-bar .logo-container {
  display: block;
}

.top-bar .bar-txt {
  display: none;
}

.sticky.is-stuck .navi {
  background: #484848;
}

/* === END of STICKY & TOP-BAR === */

/* === START of NAVIGATION === */
span.smaller {
  font-size: 0.8rem;
}

.nav {
  padding-top: 1em;
  padding-bottom: 0;
  margin: 0 auto;
  float: right !important;
  width: auto !important;
  line-height: 0;
  transition: all 0.3s ease-in-out;
}

.menu .menu_inner ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  background: none;
  /* overflow: hidden; */
}

.menu .menu_inner ul li {
  float: left;
  background: none;
  list-style: none;
  padding-left: 0px;
  display: inline-block;
  margin-right: 3px;
}

.menu .menu_inner ul li:last-child {
  border: 0 none;
}

.menu .menu_inner ul li:hover {
}

.menu .menu_inner ul li.active {
}

.menu .menu_inner ul li a {
  display: block;
  background: 0;
  font-size: 14px;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 20px 8px;
  text-transform: uppercase;
  font-weight: 300;
  transition: all 0.4s ease-in-out;
}

/* .page_155893 .menu .menu_inner ul li a {
     font-size: 12px;
     padding: 20px 3px;
   } */
.menu .menu_inner ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}

.menu .menu_inner ul li a:hover:after,
.menu .menu_inner ul li a.active:after {
  left: 0;
  width: 100%;
}

.menu .menu_inner ul li a:hover:after {
  background-color: #f9bd7d;
}

.menu .menu_inner ul li a:hover {
  color: #f9bd7d;
}

.menu .menu_inner ul li a.active {
  color: #ffffff;
}

.menu .menu_inner ul li a.active:hover {
  color: #f9bd7d;
}

.menu .menu_inner ul li ul {
  position: absolute;
  width: auto;
  background: #191919;
}

.menu .menu_inner ul li ul li {
  float: none;
  background: none;
  list-style: none;
  display: block;
  padding-left: 0px;
  border-bottom: 1px solid #ffffff;
  position: relative;
  margin: 0;
}

.menu .menu_inner ul li:hover ul {
}

.menu .menu_inner ul li ul li.active {
}

.menu .menu_inner ul li ul li a,
.page_155893 .menu .menu_inner ul li ul li a {
  display: block;
  background: 0;
  font-size: 15px;
  text-align: left;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  padding: 10px 30px 10px 20px;
  text-transform: none;
}

.menu .menu_inner ul li ul li a:after {
  display: none;
}

.menu .menu_inner ul li ul li a:hover {
  border: none;
  color: #191919;
  background: #f9bd7d;
  padding: 10px 30px 10px 20px;
}

.menu .menu_inner ul li ul li a.active:hover {
  color: #000000;
}

.menu .menu_inner ul li ul li a.active {
  border: none;
  color: #191919;
  padding: 10px 30px 10px 20px;
  background: #f9bd7d;
}

.menu .menu_inner ul li ul li ul {
  display: none;
  width: 200px;
  right: -200px;
  top: 0;
  position: absolute;
}

.menu .menu_inner ul li ul li:hover ul {
  display: block;
}

.menu .menu_inner ul li ul li ul li {
  border: none;
  list-style: none;
}

.menu .menu_inner ul li ul li ul li a {
  text-transform: none;
}

.menu .menu_inner ul li ul li ul:last-child {
  border: none;
  /* padding-bottom: 30px; */
}

.menu .menu_inner ul li:last-child {
  border: none;
}

.menu .menu_inner li ul {
  display: none;
}

.menu .menu_inner ul.main_menu li.active {
  /* display: block; */
}

.menu .menu_inner ul.main_menu ul.sub_menu li ul.subsub_menu {
  display: none;
}

.menu .menu_inner ul.main_menu ul.sub_menu li ul.subsub_menu li a.active {
  color: #ccc;
}

.menu .menu_inner ul.main_menu ul.sub_menu li.active {
  display: block;
}

.menu .menu_inner ul.main_menu ul.sub_menu li.active ul.subsub_menu {
  /* display: block; */
}

.menu .menu_inner ul.main_menu ul.sub_menu li.active ul.subsub_menu li.active {
  display: block;
}

#pageListElement_155899,
#pageListElement_159973 {
  display: none;
}

.page_155893 #pageListElement_155899,
.page_161978 #pageListElement_159973,
.page_161985 #pageListElement_159973 {
  display: block;
}

/* === END of NAVIGATION === */

/* START of NAVIGATION ARROW === */
.menu .menu_inner ul.main_menu .nav-arrow > a:before,
.menu .menu_inner ul.main_menu .nav-arrow > a:after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu .menu_inner ul.main_menu .nav-arrow > a:before {
  border-right: 5px solid transparent;
  top: calc(50% - 5px);
  left: -10px;
}

.menu .menu_inner ul.main_menu .nav-arrow > a:after {
  border-left: 5px solid #fff;
  top: calc(50% - 5px);
  right: 0px;
}

.menu .menu_inner ul.main_menu .nav-arrow > a:hover:before {
  border-left: 5px solid #fff;
  left: 5px;
}

.menu .menu_inner ul.main_menu .nav-arrow > a:hover:after {
  border-left: 5px solid #fff;
  right: -15px;
}

/* === END of NAVIGATION ARROW === */

/* === START of MENU-TOGGLE === */
.menu-toggle {
  display: block;
  position: absolute;
  right: 0;
  float: right;
  z-index: 100000;
  margin: 0.8rem;
  color: #000;
}

.menu-toggle:hover,
.menu-toggle:visited {
  color: #000;
}

.menu-icon::after {
  background: #f9bd7d !important;
  box-shadow: 0 7px 0 #f9bd7d, 0 14px 0 #f9bd7d !important;
}

/* === END of MENU-TOGGLE === */

/* === START of OFF-CANVAS-NAVIGATION === */
.off-canvas * {
  -webkit-backface-visibility: hidden;
}

.off-canvas .menu_inner {
  display: block !important;
}

.js-off-canvas-exit {
  z-index: 100 !important;
  background: rgba(0, 0, 0, 0.75) !important;
}

.off-canvas .menu_inner ul.sub_menu,
.off-canvas .menu_inner ul.subsub_menu {
  display: none;
}

.off-canvas.position-right {
  background: #191919;
  height: 100%;
}

.off-canvas .menu_inner {
  z-index: 10;
}

.off-canvas .menu_inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.off-canvas .menu_inner ul li {
}

.off-canvas .menu_inner ul li a {
  padding: 10px 20px;
  width: 100%;
  color: #f9bd7d;
  outline: none;
  display: block;
  border-bottom: 1px solid #f9bd7d;
  text-decoration: none;
  text-transform: uppercase;
}

.off-canvas .menu_inner ul li a.active {
  padding: 10px 20px;
  color: #000000;
  background: #f9bd7d;
}

.off-canvas .menu_inner ul li ul li {
  background: #191919;
}

.off-canvas .menu_inner ul li ul li a,
.off-canvas .menu_inner ul li ul li.active a {
  color: #f9bd7d !important;
  padding-left: 25px;
  text-transform: none;
}

.off-canvas .menu_inner ul li ul li a.active {
  color: #191919 !important;
  border-left: 5px solid #191919;
  padding-left: 20px;
}

.off-canvas .menu_inner ul li ul li ul li a {
  padding-left: 35px;
}

.off-canvas .menu_inner ul li ul li ul li a.active {
  padding-left: 30px;
}

.off-canvas .menu_inner ul li a.tog,
.off-canvas .menu_inner ul li a.sub-tog {
  padding: 10px 15px !important;
  width: 40px;
  position: relative;
  display: block;
  border-left: 1px solid #f9bd7d !important;
  float: right;
  z-index: 10000;
}

.off-canvas .menu_inner ul li.active a.tog,
.off-canvas .menu_inner ul li.active a.sub-tog {
  border-left: 1px solid #000000 !important;
}

.off-canvas .menu_inner ul li.active a {
  color: #000000;
}

.off-canvas-content,
.off-canvas-content {
  overflow: hidden;
}

/* === END of OFF-CANVAS-NAVIGATION === */

/* === START of SLIDESHOW === */
#slideshow {
  position: relative;
  padding-bottom: 1em;
  border-bottom: 1px solid #f9bd7d;
}

#slideshow .picture:first-child {
  position: relative !important;
  display: block !important;
}

#slideshow .picture {
  position: absolute;
  top: 0;
  left: 0;
}

.page_161985 #slideshow,
.page_157363 #slideshow,
.page_160077 #slideshow,
.page_160079 #slideshow,
.page_160069 #slideshow,
.page_160083 #slideshow,
.page_160073 #slideshow,
.page_160075 #slideshow,
.page_160081 #slideshow,
.page_161980 #slideshow,
.page_159973 #slideshow,
.page_165615 #slideshow {
  display: none;
}

.page_161985 .menu-card h1 {
  margin-top: 9rem;
}

.full-width-slideshow-bg {
  width: 100%;
  position: relative;
}

.slideshow {
  margin: 0 auto;
  max-width: 100%;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.slider_content {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 30%;
  text-align: center;
  display: none;
}

.slider_content .headline-small {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
}

.slider_content .headline-large {
  font-family: "Berkshire Swash", serif !important;
  font-size: 8rem;
  color: #f9bd7d;
  font-weight: 300;
  margin: -5rem 0 -4rem;
  text-shadow: 2px 2px 10px #000;
}

.slider_content .button {
  background: #191919 !important;
}

.page_155890 #slideshow .picture img,
.page_155890 .rslides img,
.page_155891 #slideshow .picture img,
.page_155891 .rslides img,
.page_155892 #slideshow .picture img,
.page_155892 .rslides img,
.page_155893 #slideshow .picture img,
.page_155893 .rslides img,
.page_155894 #slideshow .picture img,
.page_155894 .rslides img,
.page_155895 #slideshow .picture img,
.page_155895 .rslides img,
.page_155896 #slideshow .picture img,
.page_155896 .rslides img,
.page_155897 #slideshow .picture img,
.page_155897 .rslides img,
.page_155898 #slideshow .picture img,
.page_155898 .rslides img,
.page_161978 #slideshow .picture img,
.page_161978 .rslides img,
.page_155899 #slideshow .picture img,
.page_155899 .rslides img,
.page_164910 #slideshow .picture img,
.page_164910 .rslides img,
.page_165814 #slideshow .picture img,
.page_165814 .rslides img{
  display: none !important;
}

/* === END of SLIDESHOW === */

/* === START of STARTBILD FUER SMARTPHONE === */
.mobilstart_img {
  display: none;
}

.mobilstart_img_inner {
}

/* === END of STARTBILD FUER SMARTPHONE === */

/* === START of CONTENT === */
.title-swap {
    display: flex;
    flex-direction: column-reverse;
}

hr {
  border-bottom: 1px solid #f9bd7d !important;
}

.h1-small {
  font-family: "Berkshire Swash", serif !important;
  font-size: 4rem !important;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 700;
  text-transform: none;
  color: #cdcdcd !important;  
}

.menu-card h1 {
  font-size: 6rem !important;
}

.menu-card .small-12:nth-child(2) h2 {
  margin-top: 0;
}

.menu-card h2 {
  margin-top: 4rem;
  display: inline-block;
  width: 100%;
}

.small-12.columns.column-block.full-img img {
  width: 100%;
  object-fit: cover;
  height: 35rem;
}

.small-12.columns.column-block.full-img {
  height: 35rem;
}

.tischreservierung {
  display: none;
  position: fixed;
  top: 50%;
  right: -13rem;
  z-index: 1;
  background: rgba(0, 0, 0, 0.72);
  padding: 1rem;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: 0.7s ease-in-out;
}

.tischreservierung:hover {
  right: 0;
}

.tischreservierung a {
  color: white !important;
}

.tischreservierung a:hover {
  text-decoration: none;
}

.tischreservierung img {
  width: 4rem;
  padding-right: 1rem;
  filter: saturate(0i);
}

.small-12.columns.column-block.text-section.margin-bottom {
  margin-bottom: 7rem;
}

#content_sec {
}

.content {
  margin-top: 0px;
  width: 100%;
}

.page_159973 .content {
  padding-top: 8rem;
}

.content:before,
.content:after {
  content: " ";
  display: table;
}

.content:after {
  clear: both;
}

.row.content-section {
  max-width: 100%;
  padding: 4em 0;
}

.row.content-section .picture {
  margin-top: 2em;
}

.photo-section .text-section {
  margin-top: 2em;
  text-align: center;
}

.row.gastro {
  padding: 4em 0 8em;
}

.row.reservierung {
  /* background: url(/files/1902222/upload/home/background_reservierung.jpg); */
  background-size: cover;
  background-position: center;
  padding: 5em 0;
  color: #fff;
}

.headline {
  font-size: 3em;
  font-family: "Berkshire Swash", serif !important;
  color: #f9bd7d;
  line-height: 1.2 !important;
}

.icons-section img {
  height: 110px;
  margin-bottom: 3em;
}

.page_155880 .icons-section {
  width: 90%;
  margin-top: 10em;
}

.icons-section {
  width: 99%;
  margin: 0 auto;
  /* margin-top: 10em; */
}

.page_155889 .icons-section {
  margin-top: 10em;
}

.page_155880 .icons-section .columns {
  padding: 0 2em;
}

.icons-section .columns {
  padding: 0 0.5em;
}

.icons-section span {
  color: #f9bd7d;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1px;
}

.icons-section p {
  margin-top: 1em;
}

.icons-section .icon-box {
  background: #353436;
  padding: 5em 3em;
  margin-top: 0.85rem;
  transition: all 0.3s ease-in-out;
}

.icons-section .icon-box:hover {
  background: #191919;
}

.button {
  margin: 1rem 0 !important;
  padding: 1em 2.5em !important;
  border: 1px solid #f9bd7d !important;
  color: #f9bd7d !important;
  font-weight: 300;
  text-decoration: none;
  background: transparent !important;
}

.button:hover {
  background: #f9bd7d !important;
  color: #191919 !important;
  text-decoration: none;
}

.spacing {
  margin-bottom: 8em;
}

.content-section.restaurant {
  padding: 4em 0 0;
}

.restaurant .photo-section img,
.restaurant .photo-section video {
  margin-bottom: 0.8em;
}

.restaurant .photo-section .columns {
  padding: 0 0.4em;
}

.placeholder {
  opacity: 0;
  font-family: "Berkshire Swash", serif;
  font-size: 7.5rem;
  line-height: 1.4 !important;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: -3.3rem;
  text-transform: none;
  color: #353436;
}

/* KELGELBAHN */
div#Flyer {
  padding: 0;
  text-align: center;
  /* color: white; */
  /* font-family: 'Crushed' !important; */
}

div#Flyer .row .small-12.medium-6.columns h2 {
  font-family: "Vast Shadow" !important;
  text-transform: uppercase;
}

div#Flyer .row .small-12.medium-6.columns h3 {
  font-size: 1.1rem;
  font-family: "Crushed" !important;
  letter-spacing: 0.2rem;
  margin-top: 3rem;
}

div#Flyer .row .small-12.medium-6.columns p {
  line-height: 1.4rem !important;
  /* letter-spacing: 0.08rem; */
  /* font-size: 1rem; */
}

#Flyer .row .small-12.columns img {
  width: 30% !important;
  display: none;
}

#Flyer hr:first-of-type {
  margin-top: 0;
}

#Flyer hr:nth-of-type(2) {
  margin-bottom: 0;
}

#Flyer .margin-top {
  margin-top: 1rem;
  font-size: 1.4rem;
  /* font-family:'Crushed'!important; */
}

div#Flyer .row .small-12.medium-6.columns {
  padding: 0 2rem;
}

div#Flyer .row .small-12.medium-6.columns.border {
  border-right: 1px solid white;
}

#Flyer p.banner {
  color: #f8bc7b;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

#Flyer a,
#Flyer span.gelb {
  color: #f8bc7b;
}

.barmbek-nord-only {
  display: none;
}

.page_155892 .barmbek-nord-only {
  display: block !important;
}

.page_155892 .social-media {
  display: none;
}

.groupon-alert p {
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem;
  border-bottom: solid 2px #f9bd7d;
  border-top: solid 2px #f9bd7d;
  border-radius: 1rem;
  width: fit-content;
  margin: 2rem auto 0 auto;
}

.betriebsferien {
    font-size: 40px;
    color: white;
    border: solid;
    width: auto;
    max-width: 520px;
    margin: 20px auto;
  
}

.hinweis {
    border: solid;
    margin: 40px auto;
    padding: 20px;
}

.hinweis p {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
}

.popper {
  display: none;
}
.page_155893 .popper,
.page_155899 .popper {
  display: block;
}
.popper .row img {
  padding-bottom: 10px;
}

/* Tunici Filmstrip Galerie */
.tn-strip{
  display:grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(260px, 96vw, 620px);
  gap: 14px;
  overflow-x: auto;
  padding: 6px 2px 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 3rem;

  /* Firefox: thumb + track */
  scrollbar-width: thin;
  scrollbar-color: #f9bd7d rgb(0 0 0 / 6%);
}

.tn-strip figure{
  margin: 0;
  border-radius: 14px;
  overflow:hidden;
  scroll-snap-align: start;
  box-shadow: 0 14px 36px rgba(0,0,0,.25);
  background: #0b0f18;
  border: 1px solid rgba(0,0,0,.06);
}

.tn-strip img{
  width: 100%;
  height: clamp(220px, 44vw, 380px);
  display:block;
  object-fit: cover;
}

/* Chrome/Edge/Safari */
.tn-strip::-webkit-scrollbar{
  height: 10px;
}
.tn-strip::-webkit-scrollbar-thumb{
  background: #f9bd7d;
  border-radius: 999px;
}
.tn-strip::-webkit-scrollbar-track{
  background: rgb(0 0 0 / 6%);
  border-radius: 999px;
}
/* End of Tunici Filmstrip Galerie */

/* === END of CONTENT === */

/* === START of FOOTER === */
div.site_foot {
  display: none;
}

div.foot {
  /* display: none; */
}

div.foot_inner {
  position: relative;
  font-size: 11px;
}

div.foot,
div.foot a {
  color: #666;
}

/* === END of FOOTER === */

/* === START of CONTENT-INNER-FOOTER === */
.content_inner_footer {
  background: #191919;
  height: auto;
  bottom: 0;
  width: 100%;
  margin-top: 2rem;
  padding-top: 3rem;
}

.page_154713 .content_inner_footer,
.page_154718 .content_inner_footer {
  margin-top: 0;
}

.content_inner_footer .row {
  max-width: 80%;
}

.content_inner_footer .row div {
  display: table;
}

.content_inner_footer .row div div {
  display: table-cell;
  float: none;
  vertical-align: middle;
  text-align: center;
}

.content_inner_footer .row div div a {
  display: block;
}

.content_inner_footer p {
  font-weight: 400;
  color: #cccccc;
}

.content_inner_footer .headline {
  font-size: 2em;
  color: #f9bd7d;
}

.content_inner_footer a {
  color: #cccccc;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.content_inner_footer a:hover {
  color: #fff;
  text-decoration: none;
}

.content_inner_footer .text-right a {
  text-transform: uppercase;
}

.content_inner_footer .fullWidth {
  background: #7f1322;
  padding: 10px 0 10px 0;
  margin-top: 2rem;
}

.content_inner_footer .fullWidth .siteCreated {
  background: none;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 300;
}

.content_inner_footer .fullWidth .siteCreated a {
  color: #fff;
  font-weight: 300;
  text-transform: none;
}

.content_inner_footer .fullWidth .siteCreated a:hover {
  text-decoration: underline;
}

/* === END of CONTENT-INNER-FOOTER === */

/* === START of SITE CREATED by NORDICWEB === */
.siteCreated {
  display: none;
  text-align: center;
  background: #939393;
  font-size: 10px;
  color: #292929;
  bottom: 0;
  width: 100%;
}

.siteCreated a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

.siteCreated a:hover {
  color: #292929;
}

/* === END of SITE CREATED by NORDICWEB === */

/* === START of MEDIA QUERIES === */

/* Smartphones */
@media only screen {
  /* PopUp */
  .popper {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    z-index: 100;
    background: #7f1322;
    transform: translate(-50%, -50%);
    padding: 1rem 3rem;
    border: 0.2rem solid #ffffff;
  }

  .popper_close {
    position: absolute;
    top: 2px;
    right: 19px;
    font-size: 33px;
    z-index: 100;
    color: white;
    cursor: pointer;
  }

  .popper p {
    font-size: 0.75rem;
    color: white;
    text-align: center;
  }

  .popper p.info {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .popper .margin-top {
    margin-top: 2rem;
  }
}

/* Tablets & kleine Monitore */
@media only screen and (min-width: 40.063rem) and (max-width: 64.063em) {
  .slider_content img {
    width: 200px;
  }

  h1 {
    font-size: 4.3rem !important;
    margin-bottom: 1rem !important;
  }

  .slider_content {
    top: 35%;
  }

  .slider_content .headline-large {
    font-size: 5rem;
    margin: -4rem 0;
  }

  .placeholder {
    font-size: 4.3rem;
    margin-bottom: -2rem;
  }

  .popper p {
    font-size: 1rem;
  }

  .popper p.info {
    font-size: 2rem;
  }

  .popper .margin-top {
    margin-top: 4rem;
  }

  iframe#reserv {
    height: 60rem;
    margin-top: 6rem;
  }

  .page_159973 .photo-section .small-12.medium-12.large-3.columns {
    display: flex;
  }

  .page_159973 .photo-section .small-12.medium-12.large-3.columns img {
    width: 33%;
    padding: 0.5rem;
  }

  div#Flyer .row .small-12.medium-6.columns h3 {
    font-size: 1.4rem;
  }

  #Flyer p.banner {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 64.063rem) and (max-width: 88.063em) {
  .menu .menu_inner ul li a {
    padding: 20px 5px;
    font-size: 11px;
  }
}

@media only screen and (min-width: 64.063rem) and (max-width: 78.063em) {
  .photo-section .text-section {
    margin-top: 0;
  }

  .photo-section .text-section h1 {
    font-size: 4rem !important;
    margin-bottom: -1.7rem !important;
  }

  .photo-section .text-section h2 {
    font-size: 1.5rem !important;
    margin-top:2rem;
  }

  .photo-section .text-section p {
    font-size: 0.8rem !important;
    line-height: 1.7 !important;
  }

  .content_inner_footer .headline {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 64.063rem) and (max-width: 82.063em) {
  h1 {
    font-size: 5.5rem !important;
    margin-bottom: 1rem !important;
  }

  .placeholder {
    font-size: 5.5rem;
    margin-bottom: -2.8rem;
  }
}

@media only screen and (min-width: 78.063rem) and (max-width: 92.063em) {
  .photo-section .text-section {
    margin-top: 1.5em;
  }

  .photo-section .text-section h1 {
    font-size: 6rem !important;
    margin-bottom: -2.2rem !important;
  }

  .photo-section .text-section h2 {
    font-size: 1.8rem !important;
    margin-top:2rem;
  }

  .photo-section .text-section p {
    font-size: 0.9rem !important;
    line-height: 1.9 !important;
  }
}

/* bis Normaler PC-Monitor */
@media only screen and (max-width: 64.063em) {
  /* Loeschen, wenn der Header ohne Sticky genommen wird */
  .sticky {
    padding-top: 0;
  }

  .sticky.is-stuck {
    transition: padding 0.5s;
  }

  .sticky.is-stuck .top-bar .bar-txt {
    display: inline-block;
    color: #fff;
    margin: 0 -1rem;
  }

  .sticky.is-stuck .top-bar .bar-txt p {
    margin: 0.35rem 0;
  }

  .nav {
    padding: 2em 0;
  }

  .menu {
    display: none;
  }

  .header .logo-container img {
    max-width: 250px;
    padding: 0.5em 0;
  }

  .header .logo-container img {
    max-width: 180px;
    padding: 1em 0;
  }

  .sticky.is-stuck .top-bar .logo-container img {
    max-width: 180px;
  }

  .page_155880 .slider_content .headline-large {
    margin-bottom: -3rem;
  }

  .icons-section .icon-box {
    padding: 3em 4em;
    margin-bottom: 1em;
  }

  .content_inner_footer .columns {
    text-align: left;
  }

  .content_inner_footer .headline {
    font-size: 1.2em;
  }

  #preloader {
    display: none;
  }

  div#Flyer .row .small-12.medium-6.columns h2 {
    font-size: 2rem !important;
  }

  div#Flyer {
    padding: 0.5rem;
  }
}

/* ab Normaler PC-Monitor */
@media only screen and (min-width: 64.063em) {
  /* Loeschen, wenn der Header ohne Sticky genommen wird */
  .sticky.is-stuck .top-bar .logo-container {
  }

  .sticky.is-stuck .top-bar .logo-container img {
    max-width: 140px;
  }

  .menu-toggle,
  .menu-icon {
    display: none !important;
  }

  .small-12.columns.column-block.text-section.margin-bottom p {
    width: 39%;
    margin: 0 auto;
  }

  .popper {
    width: 35%;
  }

  .popper p {
    font-size: 1rem;
  }

  .popper {
    padding: 3rem;
  }

  .popper p.info {
    font-size: 2rem;
  }

  .popper .margin-top {
    margin-top: 4rem;
  }

  iframe#reserv {
    height: 54rem;
    margin-top: 6rem;
  }

  div#Flyer .row .small-12.medium-6.columns h2 {
    font-size: 1.5rem !important;
  }

  .small-12.medium-12.large-3.columns.extra-size {
    width: 30%;
  }

  .small-12.medium-12.large-6.columns.extra-size {
    width: 40%;
  }
}

/* Grosser PC-Monitor*/
@media only screen and (min-width: 90.063em) {
  div#Flyer {
    padding: 2rem;
  }

  div#Flyer .row .small-12.medium-6.columns h2 {
    font-size: 1.7rem !important;
  }
}

/* === END of MEDIA QUERIES === */

/* === ALTERNATIVE MEDIA QUERIES === */

/* nur Smartphonegroesse */
@media only screen and (max-width: 40.063rem) {
  .menu-card h1 {
    font-size: 2rem !important;
  }

  .menu-card {
    text-align: center;
  }

  .menu-card .text-right {
    text-align: center;
  }

  iframe#reserv {
    height: 54rem;
  }

  .header .logo-container img {
    max-width: 150px;
    padding: 1em 0;
    margin-left: 1em;
  }

  .nav {
    padding: 1em 0;
  }

  .social-media {
    display: none;
  }

  .sticky.is-stuck .top-bar .logo-container img {
    max-width: 150px;
    padding: 1em 0;
  }

  .mobilstart_img {
    position: relative;
    display: block;
    width: 100%;
    height: 750px;
    padding-bottom: 1em;
    border-bottom: 1px solid #f9bd7d;
  }

  .page_161980 .mobilstart_img,
  .page_159973 .mobilstart_img,
  .parent_page_157363 .mobilstart_img{
    display: none;
  }

  /* .page_161980 .content_inner {
    padding-top: 7rem;
    background: white;
  }*/
   .page_161985 .mobilstart_img {
    display: none;
  }

  .page_161985 .menu-card h1 {
    margin-top: 9rem;
  }

  .page_155890 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_ahrensburg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .page_155891 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_bahrenfeld.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .page_155893 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_barmbek_sued.jpg)
      no-repeat;
    background-size: cover;
    background-position: center;
  }

  .page_155894 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_billstedt.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .page_155895 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_jenfeld.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .page_155896 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_norderstedt.jpg)
      no-repeat;
    background-size: cover;
    background-position: center;
  }

  .page_155897 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_rahlstedt.jpg)
      no-repeat;
    background-size: cover;
    background-position: center;
  }

  .page_165814 .mobilstart_img {
    background: url(/files/1902222/upload/Hotel/Tunici-Hotel.jpg)      no-repeat;
    background-size: cover;
    background-position: center;
  }

  .page_165814 #slideshow {
    display:none
  }

  .page_155880 .mobilstart_img,
  .page_155889 .mobilstart_img,
  .page_157363 .mobilstart_img,
  .page_159812 .mobilstart_img,
  .page_155897 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_rahlstedt.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: none;
  }

  .page_155892 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_barmbek_nord.jpg)
      no-repeat;
    background-size: cover;
    background-position: center;
  }

  .page_155898 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_schnelsen.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .page_161978 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_jenfeld1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .page_155899 .mobilstart_img {
    background: url(/files/1902222/upload/slides/slide_kegelbahn.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .slider_content_mobil {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 30%;
    text-align: center;
  }

  .slider_content_mobil .headline-small {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
  }

  .page_155880 .slider_content_mobil .headline-small {
    line-height: 1.4 !important;
  }

  .slider_content_mobil .headline-large {
    font-family: "Berkshire Swash", serif !important;
    font-size: 4rem;
    color: #f9bd7d;
    font-weight: 300;
    margin: -3rem 0 -3rem;
    text-shadow: 2px 2px 10px #000;
  }

  .page_165814 .slider_content_mobil .headline-large {
    font-size: 3rem;
  }

  .page_155880 .slider_content_mobil .headline-large {
    margin: -2.5rem 0 -2rem;
  }

  .slider_content_mobil .button {
    background: #191919 !important;
  }

  h1 {
    font-size: 3.3rem !important;
    margin-bottom: 1rem !important;
  }

  .placeholder {
    font-size: 3.3rem;
    margin-bottom: -1.5rem;
  }

  h2 {
    font-size: 2rem !important;
  }

  .photo-section .text-section {
    margin: 5em 0;
  }

  .row.content-section {
    max-width: 90%;
    padding: 2em 0;
  }

  .parent_page_157363 .module_textblock p iframe {
    margin-top: 6rem;
  }

  .page_160073 h2 {
    margin-top: 4rem;
  }

  .row.content-section.reservierung {
    max-width: 100%;
    padding: 4em 2em;
  }

  .headline {
    font-size: 2.7em;
    line-height: 1.2 !important;
    padding: 0 1rem;
  }

  .icons-section {
    width: 100%;
    margin-top: 5em;
    padding-top: 3em;
    border-top: 1px solid #cccccc;
  }

  .photo-section {
    margin-top: 0;
    padding-top: 1em;
    border-top: 1px solid #cccccc;
  }

  .page_155880 .icons-section .columns {
    padding: 2em 2em;
  }

  .content_inner_footer .row {
    max-width: 100%;
  }

  .content_inner_footer img {
    width: 180px;
  }

  div#Flyer .row .small-12.medium-6.columns {
    padding: 1rem 0;
  }

  div#Flyer .row .small-12.medium-6.columns.border {
    border-top: 1px solid white;
    border-left: none;
  }
}

.nord-reserv-main {
  text-align: center;
  height: 30rem;
}

.nord-reserv-main iframe {
  height: 100%;
}

/* Smartphones im Querformat */
@media only screen and (min-width: 40.1rem) and (max-width: 51.483rem) and (orientation: landscape) {
  div#Flyer .row .small-12.medium-6.columns h2 {
    font-size: 1.6rem !important;
  }

  .page_161985 .mobilstart_img,
  .page_161985 #slideshow {
    display: none;
  }

  .page_161985 .menu-card h1 {
    margin-top: 9rem;
    font-size: 3rem !important;
  }
  .popper{}
}

/* Tablets Querformat */
@media only screen and (min-width: 50.063rem) and (max-width: 64rem) and (orientation: landscape) {
.popper img {
  max-width: 70%;
}
.popper {
    width: 50% !important;
  }
}


/* Tabletgroesse - Querformat - falls nicht funktioniert, auslagern und an erster Stelle in der layout.css setzten */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .page_159973 .large-3 {
    width: 100% !important;
  }

  .page_159973 .large-6 {
    width: 100% !important;
  }

  .page_161985 .mobilstart_img,
  .page_161985 #slideshow {
    display: none;
  }

  .page_161985 .menu-card h1 {
    margin-top: 9rem;
    font-size: 3rem !important;
  }
}

/* Groesse ungefaehr MacBook (Pro) */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
}

.margin-t-3 {
  margin-top: 3rem;
}

.discover-block {
    display: flex;
    width: 100%;
    min-height: 900px;
    overflow: hidden;
    background: #191919;
   margin-top: 3rem;
}

.discover-content {
    width: 50%;
    padding: 5em 5rem;
    background: #191919;
    position: relative;
    z-index: 2;
}

.discover-content .button {
    display: table;
    margin: 4rem auto 0 auto !important;
}

.discover-content p {
  margin-bottom: 28px;
}

.signature {
    margin: 3rem 0;
    font-style: italic;
}

.discover-image {
    width: 50%;
    position: relative;
    border: 2px solid #191919;
    background-image:
        url("/files/1902222/upload/home/TH-Drohne-outside.JPG");

    background-size: cover;
    background-position: center;
}

/* RESPONSIVE DISCOVER BLOCK */

@media only screen and (max-width: 64.063em) {

  .discover-block {
    flex-direction: column;
    min-height: auto;
  }

  .discover-content {
    width: 100%;
    order: 1;
    padding: 4rem 3rem;
  }

  .discover-image {
    width: 100%;
    height: 420px;
    order: 2;

    background-image:
      linear-gradient(
        to top,
        rgba(25,25,25,0) 55%,
        #191919 100%
      ),
      url("/files/1902222/upload/home/norderstedt_01.jpg");

    background-size: cover;
    background-position: center;
  }

  .discover-content p,
  .signature {
    margin-left: 0;
  }
}

@media only screen and (max-width: 40.063rem) {

  .discover-image {
    height: 300px;
  }

  .discover-content {
    padding: 3rem 1.5rem;
  }

  .discover-content h2 {
    font-size: 2rem !important;
    text-align: left;
  }

  .discover-content p {
    font-size: 1rem;
    line-height: 1.8 !important;
  }

  .h1-small {
  font-size: 3rem !important;
}

}

.hotel-info {
  margin: 3rem auto;

  padding: 2rem;

  /* border: 1px solid #f8bc7b; */

  text-align: left;

  max-width: 520px;
}

.hotel-info .headline-small {
  font-size: 1.2rem;
  font-weight: 600;

  margin-bottom: 1rem;
}

.hotel-info ul {
  margin: 0;
  padding-left: 1.2rem;
}

.hotel-info li {
  margin-bottom: 0.7rem;
  line-height: 1.6;
}

.page_165927 #content_inner {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}

.page_165927 #content_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/files/1902222/upload/oliven_muster.png');
  background-repeat: repeat;
  background-size: 800px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.page_165927 #content_inner>* {
  position: relative;
  z-index: 1;
}

.page_165927 .content_inner_footer {
  position: relative;
  z-index: 2;
  background: #191919 !important;
}

.page_165927 {

  /* ---------- HEADER ---------- */

  .sticky.is-at-top,
  .sticky.is-at-top .top-bar {
    background: #f7f7f7 !important;
    transition: 0.3s ease;
  }

  .sticky.is-stuck,
  .sticky.is-stuck .top-bar {
    background: #353535 !important;
    transition: 0.3s ease;
  }

  .sticky.is-at-top a,
  .sticky.is-at-top .main_menu,
  .sticky.is-at-top .menu a,
  .sticky.is-at-top ul li a,
  .sticky.is-at-top .social-media a,
  .sticky.is-at-top .social-media i {
    color: #353535 !important;
  }

  .sticky.is-stuck a,
  .sticky.is-stuck .main_menu,
  .sticky.is-stuck .menu a,
  .sticky.is-stuck ul li a,
  .sticky.is-stuck .social-media a,
  .sticky.is-stuck .social-media i {
    color: #f7f7f7 !important;
  }

  .sticky.is-at-top .logo-container img,
  .sticky.is-at-top .social-media {
    filter: grayscale(1) brightness(0.35) contrast(1.4) !important;

    transition: 0.3s ease;
  }

  .sticky.is-stuck .logo-container img,
  .sticky.is-stuck .social-media {
    filter: grayscale(1) brightness(4) contrast(1.2) !important;

    transition: 0.3s ease;
  }

  .sticky.is-at-top .menu-icon::after {
    background: #353535 !important;
    box-shadow:
      0 7px 0 #353535,
      0 14px 0 #353535 !important;
  }

  .sticky.is-stuck .menu-icon::after {
    background: #f7f7f7 !important;
    box-shadow:
      0 7px 0 #f7f7f7,
      0 14px 0 #f7f7f7 !important;
  }

  .sticky.is-at-top a:hover,
  .sticky.is-at-top .menu a:hover {
    color: #000 !important;
  }

  .sticky.is-stuck a:hover,
  .sticky.is-stuck .menu a:hover {
    color: #ffffff !important;
  }

  .mobilstart_img {
    display: none;
  }

  /* -------- */

  /* ---------- SLIDESHOW ---------- */

  #slideshow {
    width: 100%;
    height: 80vh;
    overflow: hidden;
  }

  #slideshow .picture,
  #slideshow .picture img {
    width: 100%;
    height: 100%;
  }

  #slideshow .picture img {
    object-fit: cover;
    display: block;
  }



/* ---------- TYPO ---------- */

h1,
h2,
h3,
h4,
h5,
h6,
p.headline,
a.button,
span {
  color: #353535 !important;
}

p {
  color: #000;
}

hr {
  border-bottom: 2px solid #353535 !important;
  width: 30%;
}

h1 {
  margin-bottom: -1rem;
}

span {
  font-size: 1.4rem;
  font-weight: 500;
  /* line-height: 2rem; */
}

a.button {
  font-weight: 500;
  border-radius: 10px;
}

/* ---------- BUTTON ---------- */

.button {
  border: none !important;
  align-content: normal;
  background: #f7f7f7 !important;
}

.button:hover {
  /* background: #353535 !important; */
  color: #f7f7f7 !important;
}

/* ---------- ICONS ---------- */

.icons-section img {
  filter: grayscale(1) brightness(0.2) contrast(1);
}

.content_inner_footer .text-left img {
  filter:
    grayscale(1) brightness(1.35) contrast(1.3);
}

.icons-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 4em;
  border-top: none;
}

.icons-section img {
  margin-bottom: 1rem;
  height: 100px;
}

.icons-section .icons-card {
  float: none;
  max-width: 420px;
  min-height: 120px;
  padding: 35px 25px;
  /* border: 1px solid #353535; */
  /* border-bottom: 6px solid #353535; */
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
    transition: all 0.3s ease;
}

 .icons-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}
  
.icons-card p {
  margin: .5em 0 0;
}

.reservierung .icons-card {
  max-width: 820px;
}

/* ---------- CONTENT ---------- */

.content-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.content-section:last-child {
  gap: 0rem;
}

.content-section .picture {
  width: auto;
  max-height: 460px;
  display: block;
  margin: 0 auto;
}

.content-section.gastro .picture {
  max-height: 460px;
}  
  
.content-section .small-12.medium-4.columns.text-center {
  padding: 2rem;
}

.content_inner_footer p.headline {
  color: #fff !important;
}

.restaurants-row {
  padding: 7em 0;
}

.restaurants-row .button {
  border: 1px solid #353535 !important;
  color: #fff !important;
  background: #353535 !important;
}

.restaurants-row .button:hover {
  border: 1px solid #353535 !important;
  color: #353535 !important;
  background: #fff !important;
}

.content-section.about {
  max-width: 100%;
}

/* ---------- PHOTO SECTION ---------- */

.photo-section {
  text-align: center;
  padding-top: 0;
}

.bottom-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
}

.column-block {
  position: relative;
  overflow: hidden;
}

.bottom-section .column-block {
  height: 560px;
  margin: 0;
}

.small-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* ---------- IMAGE FADE DESKTOP ---------- */

.bottom-section .column-block:first-child .small-img {
  -webkit-mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 1) 55%,
      rgba(0, 0, 0, 0.7) 72%,
      rgba(0, 0, 0, 0.25) 88%,
      rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 1) 55%,
      rgba(0, 0, 0, 0.7) 72%,
      rgba(0, 0, 0, 0.25) 88%,
      rgba(0, 0, 0, 0) 100%);
}

.bottom-section .column-block:last-child .small-img {
  -webkit-mask-image: linear-gradient(to left,
      rgba(0, 0, 0, 1) 55%,
      rgba(0, 0, 0, 0.7) 72%,
      rgba(0, 0, 0, 0.25) 88%,
      rgba(0, 0, 0, 0) 100%);

  mask-image: linear-gradient(to left,
      rgba(0, 0, 0, 1) 55%,
      rgba(0, 0, 0, 0.7) 72%,
      rgba(0, 0, 0, 0.25) 88%,
      rgba(0, 0, 0, 0) 100%);
}

/* ---------- MIDDLE TEXT ---------- */

.middle-text {
  padding: 2rem;
  text-align: center;
}

.middle-text h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  line-height: 5rem;
}

.middle-text h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.middle-text p {
  font-size: 1rem;
  line-height: 1.7;
}

.undertext {
  font-size: 1.25rem;
  /* color: #fff; */
  font-weight: 400;
  /* margin: 0 auto 2.5rem; */
  /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75); */
  padding: 0 1rem;
}

  

/* ---------- RESERVIERUNG ---------- */


.reservierung-full-img {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
}

.reservierung-full-img img {
  width: 100%;
  height: 900px;
  object-fit: cover;
  display: block;
}

.reservierung-full-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
}

.reservierung-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.reservierung-overlay .headline {
  /* color: #fff !important; */
  margin-bottom: 2rem;
  font-size: 3rem;
  text-align: center;
}

.reservierung-buttons {
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  width: 80%;
  /* max-width: 1020px !important; */
  margin: 0 auto;
}

.reservierung-buttons a.button {
  width: 100% !important;
}

.row.reservierung {padding: 6em 0;background: #fff;text-align: center;max-width: 100%;}

.reservierung-box {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-decoration: none;
  margin-bottom: 25px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
}

/* Overlay */
.reservierung-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  transition: all 0.3s ease;
}

/* Text */
.reservierung-box span {
  font-family: "Sansita" !important;
  position: relative;
  z-index: 2;
  color: #fff !important;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  text-align: center;
  text-shadow: 0 3px 10px rgba(0,0,0,0.4);
}

/* Hover */
.reservierung-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.reservierung-box:hover::before {
  background: rgba(0, 0, 0, 0.18);
}

/* Background images */

.bahrenfeld {
  background-image: url('/files/1902222/upload/slides/slide_bahrenfeld.jpg') !important;
}

.billstedt {
  background-image: url('/files/1902222/upload/slides/slide_billstedt.jpg') !important;
}

.jenfeld {
  background-image: url('/files/1902222/upload/slides/slide_jenfeld.jpg') !important;
}

.norderstedt {
  background-image: url('/files/1902222/upload/slides/slide_norderstedt.jpg') !important;
}

.rahlstedt {
  background-image: url('/files/1902222/upload/slides/slide_rahlstedt.jpg') !important;
}

.wandsbek {
  background-image: url('/files/1902222/upload/slides/slide_wandsbek.jpg') !important;
}

.content_inner_footer .fullWidth {
  background: #fff;
}

.content_inner_footer .fullWidth .siteCreated,
.content_inner_footer .fullWidth .siteCreated a {
  color: #000;
}


/* MOBILE */
@media only screen and (max-width: 768px) {

  .page_165927 .reservierung-full-img img {
    height: 1020px;
  }

  .page_165927 .reservierung-overlay .headline {
    font-size: 2.2rem;
  }
}

/* ---------- MOBILE ---------- */

@media only screen and (max-width: 768px) {


  .undertext {
    font-size: 1rem;
    margin: 0 auto 1.5rem;
    text-align: center;
  }

  .reservierung-full-img img {
    width: 100%;
    max-height: 1020px;
  }

  .bottom-section {
    flex-direction: column !important;
    align-items: stretch;
    gap: 0;
    border-top: none;
  }

  .bottom-section .columns,
  .bottom-section .column-block,
  .bottom-section .middle-text {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .bottom-section .middle-text {
    padding: 1.5rem !important;
  }

  .bottom-section .column-block {
    height: 420px;
  }

  .bottom-section .column-block:first-child .small-img {
    -webkit-mask-image: linear-gradient(to bottom,
        rgba(0, 0, 0, 1) 55%,
        rgba(0, 0, 0, 0.7) 72%,
        rgba(0, 0, 0, 0.25) 88%,
        rgba(0, 0, 0, 0) 100%);

    mask-image: linear-gradient(to bottom,
        rgba(0, 0, 0, 1) 55%,
        rgba(0, 0, 0, 0.7) 72%,
        rgba(0, 0, 0, 0.25) 88%,
        rgba(0, 0, 0, 0) 100%);
  }

  .bottom-section .column-block:last-child .small-img {
    -webkit-mask-image: linear-gradient(to top,
        rgba(0, 0, 0, 1) 55%,
        rgba(0, 0, 0, 0.7) 72%,
        rgba(0, 0, 0, 0.25) 88%,
        rgba(0, 0, 0, 0) 100%);

    mask-image: linear-gradient(to top,
        rgba(0, 0, 0, 1) 55%,
        rgba(0, 0, 0, 0.7) 72%,
        rgba(0, 0, 0, 0.25) 88%,
        rgba(0, 0, 0, 0) 100%);
  }

  .middle-text {
    padding: 2.5rem 1.5rem !important;
  }

  .middle-text h1 {
    font-size: 4rem;
    line-height: 3rem;
  }

  .middle-text h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .middle-text p {
    max-width: 420px;
    margin: 0 auto;
  }

  .content-section .picture {
    max-height: 280px;
  }

  .reservierung-bild-text {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }

  .reservierung-img,
  .reservierung-text {
    text-align: center !important;
  }

  .reservierung-img img {
    margin: 0 auto;
    max-width: 380px;
    /* min-width: 380px; */
    height: 200px;
    -webkit-mask-image: linear-gradient(to bottom,
        rgba(0, 0, 0, 1) 55%,
        rgba(0, 0, 0, 0.7) 75%,
        rgba(0, 0, 0, 0.3) 90%,
        rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom,
        rgba(0, 0, 0, 1) 55%,
        rgba(0, 0, 0, 0.7) 75%,
        rgba(0, 0, 0, 0.3) 90%,
        rgba(0, 0, 0, 0) 100%);
  }

  .photo-section .logo-container img {
    margin: 3rem 0;
  }

  .small-12.columns.column-block.full-img img {
    height: 17rem;
  }

  .small-12.columns.column-block.full-img {
    height: 15rem;
  }
}
}

/* VIDEO OFF by default */
.background-video {
  display: none;
}

/* ONLY THIS PAGE */
.page_165927 .background-video {
  display: block;

  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  z-index: 1;
}

/* hide slideshow only on this page */
.page_165927 #slideshow {
  display: none;
}

/* container */
.page_165927 .slideshow_container {
  position: relative;
  height: 98vh;
  overflow: hidden;
}

/* reservation button over video */
.page_165927 .tischreservierung {
  position: relative;
  z-index: 3;
}

/* dark overlay */
.page_165927 .slideshow_container::after {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.25);

  z-index: 2;
  pointer-events: none;
}

/* MOBILE */
@media only screen and (max-width: 768px) {

  .page_165927 .slideshow_container {
    height: 53vh !important;
  }
  .page_165927 h1 {
    margin-bottom: 0 !important;
    line-height: 3rem;
  }
  .page_165927 .reservierung-buttons {
    width: 90%;
  }
  .page_165927 .row.gastro {
    padding: 4em 0 6em;
  }
}

.tour-section {
  max-width: 1100px;
  margin: 5rem auto;
  padding: 0 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .page_165927 h1 {
  font-size: 5rem !important;
}

