/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,700,800|B612+Mono:400");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  position: relative;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  background-color: #000;
  min-width: inherit !important; }
  @media screen and (max-width: 480px) {
    body {
      font-size: 14px; } }

.overflow {
  overflow: hidden; }

h1 {
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: calc(2.125rem + ((1vw - 3.25px) * 2.4));
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 60px; }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 55px; } }
  @media screen and (max-width: 480px) {
    h1 {
      margin: 0 0 30px; } }

h2 {
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: calc(1.625rem + ((1vw - 3.25px) * 1.3714));
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 60px; }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 38px;
      margin: 0 0 30px; } }
  @media screen and (max-width: 480px) {
    h2 {
      margin: 0 0 30px; } }

h3 {
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 1rem; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

strong {
  font-weight: 700; }

a {
  color: #967d50;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #02979e;
    text-decoration: none; }

.text-wrapper a {
  text-decoration: underline; }
  .text-wrapper a:hover {
    text-decoration: underline; }

.btn {
  color: #967d50;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #967d50;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 24px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #000;
  text-decoration: none !important; }
  .btn:hover {
    color: #000;
    background-color: #967d50; }

img {
  display: block;
  width: 100%; }

section {
  color: #967d50;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 991px) {
    section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    section {
      padding-top: 60px;
      padding-bottom: 60px; } }

section.gold {
  background-color: #967d50;
  color: #000; }

.inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }

.inner-big {
  width: 100%;
  max-width: calc(1440px + 30px);
  margin: 0 auto; }

.inner-small {
  width: 100%;
  max-width: calc(1440px - 15px);
  margin: 0 auto; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px; }

@media screen and (max-width: 480px) {
  .no-gutters-480 {
    margin-right: 0;
    margin-left: 0; } }

@media screen and (max-width: 480px) {
  .no-gutters-480 > .col,
  .no-gutters-480 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; } }

.divider {
  display: none;
  width: 100%;
  border-bottom: 4px solid #967d50; }

@media screen and (max-width: 480px) {
  .remove-480 {
    display: none !important; } }

.show-480 {
  display: none; }
  @media screen and (max-width: 480px) {
    .show-480 {
      display: inline !important; } }

.TextformatterVideoEmbed {
  position: relative;
  padding-bottom: 28.125% !important;
  padding-top: 0px !important;
  height: 0;
  overflow: hidden;
  margin-top: 2rem; }
  @media (max-width: 768px) {
    .TextformatterVideoEmbed {
      padding-bottom: 56.25% !important; } }

.TextformatterVideoEmbed iframe,
.TextformatterVideoEmbed object,
.TextformatterVideoEmbed embed {
  position: absolute;
  top: 0;
  left: 50% !important;
  width: 50% !important;
  height: 100% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }
  @media (max-width: 768px) {
    .TextformatterVideoEmbed iframe,
    .TextformatterVideoEmbed object,
    .TextformatterVideoEmbed embed {
      width: 100% !important; } }

nav {
  color: #967d50;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.nav-inner {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto; }

#menulayer {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1; }

.fixed-top {
  z-index: 10; }

.navbar-nav {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1; }

.nav-item a {
  color: #967d50;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  @media screen and (max-width: 768px) {
    .nav-item a {
      font-size: 36px; } }
  @media screen and (max-width: 480px) {
    .nav-item a {
      font-size: 28px; } }
  .nav-item a:hover {
    color: #02979e; }

.nav-item:last-of-type a {
  padding-right: 0 !important; }

.nav-item a.active {
  color: #02979e; }

.navbar-brand {
  width: 30%;
  max-width: 220px;
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.logo-small {
  opacity: 0;
  margin-left: 15px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .logo-small img {
    height: 30px;
    margin-top: 3px;
    width: auto;
    display: inline; }

.nav-links {
  margin-top: -4px;
  display: block !important; }

#toggle-menu {
  float: right;
  display: block;
  width: 20px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  margin-top: 12px;
  z-index: 100000;
  margin-right: 15px; }

#toggle-menu div {
  width: 25px;
  height: 25px;
  position: relative; }

#toggle-menu span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
  -webkit-transition: top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
  transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
  transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s, -webkit-transform 0.5s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 10; }

#toggle-menu span.top {
  top: 0px; }

#toggle-menu span.middle {
  top: 6px; }

#toggle-menu span.bottom {
  top: 12px; }

#toggle-menu.menu-is-active span {
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -webkit-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.5s ease-in-out 0.3s;
  transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.5s ease-in-out 0.3s;
  -o-transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.5s ease-in-out 0.3s; }

#toggle-menu.menu-is-active span.top,
#toggle-menu.menu-is-active span.middle {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

#toggle-menu.menu-is-active span.middle {
  opacity: 0; }

#toggle-menu.menu-is-active span.bottom {
  top: 6px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

.language_selector {
  display: inline-block;
  height: 25px;
  cursor: pointer;
  z-index: 1000;
  width: 95px;
  color: #fff;
  float: right;
  margin-top: 7px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 480px) {
    .language_selector {
      display: none; } }
  .language_selector .language-wrapper {
    color: #fff;
    display: inline; }
    .language_selector .language-wrapper a {
      color: #fff;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .language_selector .language-wrapper .active {
      text-decoration: underline; }
  .language_selector .language-wrapper:first-of-type::after {
    content: '|';
    color: #967d50;
    position: relative;
    right: 0;
    top: 0;
    display: inline;
    margin: 0 5px; }

.language_selector_mobile {
  display: none;
  height: 25px;
  cursor: pointer;
  margin-top: 7px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 480px) {
    .language_selector_mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-transform: uppercase; } }
  .language_selector_mobile .language-wrapper-mobile {
    color: #967d50;
    display: inline; }
    .language_selector_mobile .language-wrapper-mobile a {
      color: #967d50;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .language_selector_mobile .language-wrapper-mobile .active {
      text-decoration: underline; }
  .language_selector_mobile .language-wrapper-mobile:first-of-type::after {
    content: '|';
    color: #967d50;
    position: relative;
    right: 0;
    top: 0;
    display: inline;
    margin: 0 5px; }

footer {
  font-size: 14px;
  color: #967d50; }
  footer .inner {
    border-top: 1px solid #967d50;
    padding: 15px 0; }
  footer p {
    margin: 0;
    padding-top: 6px; }
  footer .legal {
    text-align: right; }
    @media screen and (max-width: 768px) {
      footer .legal {
        text-align: center; } }
  @media screen and (max-width: 768px) {
    footer .socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  footer .socials .social-icon {
    font-size: 26px;
    float: left;
    margin-right: 30px; }
  footer .socials .social-icon:last-of-type {
    margin-right: 0; }

.trennlinie-senkrecht {
  display: inline;
  position: relative;
  margin-left: 10px;
  margin-right: 10px; }

.modal-body {
  background-color: #000;
  text-align: left;
  border: 1px solid #967d50;
  padding-top: 2rem; }
  .modal-body p {
    margin-bottom: 30px; }
  .modal-body h2 {
    margin-bottom: 30px; }
  .modal-body h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .modal-body .modal-footer {
    margin-top: 30px;
    border-top: 1px solid #967d50; }

@media screen and (max-width: 991px) {
  .impressum-modal table tr td {
    display: block; } }

.slick-dots {
  bottom: 60px;
  height: 20px; }
  @media screen and (max-width: 480px) {
    .slick-dots {
      top: 90%; } }
  .slick-dots li {
    margin: 0; }
    .slick-dots li button::before {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.4);
      opacity: 1; }
  .slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 1; }

.slider-header {
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .slider-header .slider {
    height: 100vh;
    width: 100%; }
    .slider-header .slider .slide {
      height: 100vh;
      width: 100%;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: center !important; }

.mousedown {
  position: absolute;
  display: block;
  width: 25px;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto; }

.new-place {
  text-align: center; }
  .new-place p {
    font-size: calc(1.125rem + ((1vw - 3.25px) * 0.4571));
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (min-width: 1200px) {
      .new-place p {
        font-size: 22px; } }

#games {
  text-align: center; }
  #games h2 {
    margin-bottom: 60px; }
  #games .game-widget {
    margin-bottom: 0px; }
    @media screen and (max-width: 768px) {
      #games .game-widget {
        margin-bottom: 60px; } }
    #games .game-widget .image-wrapper {
      width: 50px;
      display: block;
      margin: 0 auto 30px auto; }
    #games .game-widget .text-wrapper {
      text-align: center; }
  @media screen and (max-width: 768px) {
    #games .game-widget:last-of-type {
      margin-bottom: 0; } }

.food-widget {
  margin-bottom: 100px; }
  .food-widget h2 {
    margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .food-widget .image-wrapper {
      margin-bottom: 30px; } }

.food-widget:last-of-type {
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .food-widget:last-of-type .text-wrapper {
      margin-bottom: 60px; } }
  @media screen and (max-width: 480px) {
    .food-widget:last-of-type .text-wrapper {
      margin-bottom: 0px; } }

@media screen and (max-width: 480px) {
  .food-widget:first-of-type {
    margin-bottom: 60px; } }
.food-widget:first-of-type .image-wrapper {
  margin-bottom: 30px; }
.food-widget:first-of-type .image-wrapper:last-of-type {
  margin-bottom: 0; }
.food-widget:first-of-type .text-wrapper:last-of-type {
  margin-bottom: 30px; }

.sushi {
  text-align: center; }
  .sushi p {
    display: block;
    max-width: 1000px;
    margin: 0 auto 60px;
    font-size: calc(1.25rem + ((1vw - 3.25px) * 2.9714)); }
    @media screen and (min-width: 1200px) {
      .sushi p {
        font-size: 46px; } }
  .sushi .kaiten-logo {
    display: block;
    max-width: 270px;
    margin: 0 auto; }

#events .image-wrapper {
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    #events .image-wrapper {
      padding-top: 100px; } }
  @media screen and (max-width: 768px) {
    #events .image-wrapper {
      display: none; } }
#events .event-dates .event-table {
  min-width: 80%; }
  #events .event-dates .event-table .event {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-bottom: 2px solid #967d50; }
    #events .event-dates .event-table .event .date {
      width: 120px;
      vertical-align: top; }
      @media screen and (max-width: 575px) {
        #events .event-dates .event-table .event .date {
          max-width: 80px; } }
      #events .event-dates .event-table .event .date .weekday {
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: -10px; }
      #events .event-dates .event-table .event .date .day {
        font-weight: 800;
        font-size: 36px;
        margin-bottom: -10px; }
      #events .event-dates .event-table .event .date .month {
        text-transform: uppercase;
        font-weight: 300; }
    #events .event-dates .event-table .event .info {
      vertical-align: top;
      padding-top: 4px; }
    #events .event-dates .event-table .event h2 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 0; }
    #events .event-dates .event-table .event p {
      font-weight: 300;
      margin-bottom: 0; }
  #events .event-dates .event-table .event:first-of-type {
    border-top: 2px solid #967d50; }
#events .event-dates:first-of-type {
  margin-bottom: 100px; }

.event-modal .col, .event-modal .col-1, .event-modal .col-10, .event-modal .col-11, .event-modal .col-12, .event-modal .col-2, .event-modal .col-3, .event-modal .col-4, .event-modal .col-5, .event-modal .col-6, .event-modal .col-7, .event-modal .col-8, .event-modal .col-9, .event-modal .col-auto, .event-modal .col-lg, .event-modal .col-lg-1, .event-modal .col-lg-10, .event-modal .col-lg-11, .event-modal .col-lg-12, .event-modal .col-lg-2, .event-modal .col-lg-3, .event-modal .col-lg-4, .event-modal .col-lg-5, .event-modal .col-lg-6, .event-modal .col-lg-7, .event-modal .col-lg-8, .event-modal .col-lg-9, .event-modal .col-lg-auto, .event-modal .col-md, .event-modal .col-md-1, .event-modal .col-md-10, .event-modal .col-md-11, .event-modal .col-md-12, .event-modal .col-md-2, .event-modal .col-md-3, .event-modal .col-md-4, .event-modal .col-md-5, .event-modal .col-md-6, .event-modal .col-md-7, .event-modal .col-md-8, .event-modal .col-md-9, .event-modal .col-md-auto, .event-modal .col-sm, .event-modal .col-sm-1, .event-modal .col-sm-10, .event-modal .col-sm-11, .event-modal .col-sm-12, .event-modal .col-sm-2, .event-modal .col-sm-3, .event-modal .col-sm-4, .event-modal .col-sm-5, .event-modal .col-sm-6, .event-modal .col-sm-7, .event-modal .col-sm-8, .event-modal .col-sm-9, .event-modal .col-sm-auto, .event-modal .col-xl, .event-modal .col-xl-1, .event-modal .col-xl-10, .event-modal .col-xl-11, .event-modal .col-xl-12, .event-modal .col-xl-2, .event-modal .col-xl-3, .event-modal .col-xl-4, .event-modal .col-xl-5, .event-modal .col-xl-6, .event-modal .col-xl-7, .event-modal .col-xl-8, .event-modal .col-xl-9, .event-modal .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
@media screen and (max-width: 991px) {
  .event-modal .modal-dialog {
    width: calc(100% - 60px);
    max-width: 800px; } }
@media screen and (max-width: 575px) {
  .event-modal .modal-dialog {
    margin: 0 auto;
    width: 100%; } }
.event-modal .event-img {
  width: 50%;
  margin-bottom: 30px; }
  @media screen and (max-width: 575px) {
    .event-modal .event-img {
      width: 100%; } }
.event-modal .event-description p {
  margin-bottom: 1rem !important; }
.event-modal .event-description p:last-of-type {
  margin-bottom: 0; }

#news {
  background-color: #967d50;
  color: #000; }
  #news h2 {
    text-align: center; }
  #news a {
    color: #000; }
    #news a:hover {
      color: #02979e; }
  #news .news-eintrag {
    margin-bottom: 30px; }
    #news .news-eintrag .image-wrapper {
      margin-bottom: 30px; }
  #news .card-columns {
    -webkit-column-count: 3;
    column-count: 3; }
    @media screen and (max-width: 768px) {
      #news .card-columns {
        -webkit-column-count: 2;
        column-count: 2; } }
    @media screen and (max-width: 480px) {
      #news .card-columns {
        -webkit-column-count: 1;
        column-count: 1; } }
  #news .card {
    background-color: transparent;
    border: none;
    padding: 15px; }
    @media screen and (max-width: 480px) {
      #news .card {
        padding: 15px 0; } }
    #news .card .card-body {
      padding: 0; }
  #news .card:nth-child(1n) {
    padding-left: 0; }
  #news .card:nth-child(3n) {
    padding-right: 0; }

#contact .image-wrapper {
  width: 100%;
  margin-bottom: 60px; }
  #contact .image-wrapper img {
    max-width: 100px; }
@media screen and (max-width: 991px) {
  #contact .contact-info {
    margin-bottom: 60px; } }
#contact .address {
  width: 50%;
  float: left;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    #contact .address {
      width: 100%; } }
#contact .opening-times {
  text-align: left;
  width: 50%;
  max-width: 320px;
  float: left; }
  @media screen and (max-width: 480px) {
    #contact .opening-times {
      width: 100%; } }
  #contact .opening-times table {
    width: 100%;
    vertical-align: bottom;
    margin: 0 auto; }
    @media screen and (max-width: 670px) {
      #contact .opening-times table {
        width: 100%; } }
    #contact .opening-times table th {
      padding-bottom: 10px; }
    #contact .opening-times table td {
      text-align: right;
      width: auto; }
    #contact .opening-times table td:first-of-type {
      width: 55%;
      text-align: left;
      vertical-align: bottom; }
      @media screen and (max-width: 670px) {
        #contact .opening-times table td:first-of-type {
          max-width: 60%; } }
    #contact .opening-times table td:nth-child(2) {
      font-family: Helvetica, Arial, sans-serif;
      text-align: right;
      vertical-align: bottom;
      width: auto; }
#contact .google-maps {
  display: block;
  position: relative;
  width: 450px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }
  @media screen and (max-width: 670px) {
    #contact .google-maps {
      max-width: 100%;
      max-height: 300px; } }
  @media screen and (max-width: 991px) {
    #contact .google-maps {
      max-width: 100%; } }
  #contact .google-maps iframe {
    height: 100%;
    min-height: 220px; }

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