/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 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;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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"], /* 1 */
[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 */
}

/**
 * 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 OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 42, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 77, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 81, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 88, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 91, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 93, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 97, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 103, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* line 107, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 110, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 113, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 125, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 131, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 135, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 141, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 146, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://assets.landskron.de/assets/OwlCarousel2/dist/assets/owl.video.play-12d5ab429e87fceae0abca364a3b5853563d3c91118e6af942bee5d9d05d18f9.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

/* line 160, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

/* line 164, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 168, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 176, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 9, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.theme.default.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.theme.default.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.theme.default.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 26, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.theme.default.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.theme.default.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.theme.default.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.theme.default.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.theme.default.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/rails-assets-OwlCarousel2-2.3.3/app/assets/stylesheets/OwlCarousel2/owl.theme.default.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, app/assets/stylesheets/landskronkit/hamburgers/_base.scss */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 21, app/assets/stylesheets/landskronkit/hamburgers/_base.scss */
.hamburger:hover {
  opacity: 0.8;
}

/* line 31, app/assets/stylesheets/landskronkit/hamburgers/_base.scss */
.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

/* line 38, app/assets/stylesheets/landskronkit/hamburgers/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

/* line 43, app/assets/stylesheets/landskronkit/hamburgers/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 56, app/assets/stylesheets/landskronkit/hamburgers/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 62, app/assets/stylesheets/landskronkit/hamburgers/_base.scss */
.hamburger-inner::before {
  top: -8px;
}

/* line 66, app/assets/stylesheets/landskronkit/hamburgers/_base.scss */
.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Elastic Reverse
   */
/* line 89, app/assets/stylesheets/landskronkit/hamburgers/hamburgers.scss */
.hamburger--landskron .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 94, app/assets/stylesheets/landskronkit/hamburgers/hamburgers.scss */
.hamburger--landskron .hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

/* line 99, app/assets/stylesheets/landskronkit/hamburgers/hamburgers.scss */
.hamburger--landskron .hamburger-inner::after {
  top: 16px;
  width: 60%;
  -webkit-transition: width 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: width 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), width 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), width 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 107, app/assets/stylesheets/landskronkit/hamburgers/hamburgers.scss */
.hamburger--landskron.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
          transform: translate3d(0, 8px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* line 113, app/assets/stylesheets/landskronkit/hamburgers/hamburgers.scss */
.hamburger--landskron.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

/* line 118, app/assets/stylesheets/landskronkit/hamburgers/hamburgers.scss */
.hamburger--landskron.is-active .hamburger-inner::after {
  width: 100%;
  -webkit-transform: translate3d(0, -16px, 0) rotate(270deg);
          transform: translate3d(0, -16px, 0) rotate(270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
/*




 */
@font-face {
  font-family: 'Elysio';
  font-weight: normal;
  font-style: normal;
  src: url(https://assets.landskron.de/assets/elysio-823d277385764972042b827f6f49b946439028a694921f35dcfbc8f7949edf0d.eot);
  src: url(https://assets.landskron.de/assets/elysio-823d277385764972042b827f6f49b946439028a694921f35dcfbc8f7949edf0d.eot?#iefix) format("embedded-opentype"), url(https://assets.landskron.de/assets/elysio-a5905e4d97e6d2a15fc7bddcfd0f94fc600eb6ba1ed10a721b85406599a45856.woff2) format("woff2"), url(https://assets.landskron.de/assets/elysio-e52b7b3644011d8a273bf8ee5d0812fbdfa2921dc2c31a4ec68a8063bb2a92d9.woff) format("woff"), url(https://assets.landskron.de/assets/elysio-46452f97b55f9f7e8bd11eafd241e4c4a7bfa2a8d69501ecf4e9600f71335a69.ttf) format("truetype");
}

@font-face {
  font-family: 'Elysio';
  font-weight: bold;
  font-style: normal;
  src: url(https://assets.landskron.de/assets/elysio_bold-6255a8bb8b2985fc3f9b383b4eee4f5b35863c6d64cca2caaf2f2d2fe76f53ea.eot);
  src: url(https://assets.landskron.de/assets/elysio_bold-6255a8bb8b2985fc3f9b383b4eee4f5b35863c6d64cca2caaf2f2d2fe76f53ea.eot?#iefix) format("embedded-opentype"), url(https://assets.landskron.de/assets/elysio_bold-6b51c38c35d1a717be1500899fa709143668597ea9e2df7a81924940be4d4cfa.woff2) format("woff2"), url(https://assets.landskron.de/assets/elysio_bold-f79270f719a5aefc3b904f5aec46d2557a7c409bc4d956f30f08879a2ed73246.woff) format("woff"), url(https://assets.landskron.de/assets/elysio_bold-687e15d392d21901f29bfbaedc39f48ae8518d1a4aa598aee2dd288a2c8449c4.ttf) format("truetype");
}

@font-face {
  font-family: 'Elysio-Light';
  font-weight: lighter;
  font-style: normal;
  src: url(https://assets.landskron.de/assets/elysio_light-8a7ca80225424b2c1e51ac03f2caa4463d45df1c49270ff1736f1ed994828dfb.eot);
  src: url(https://assets.landskron.de/assets/elysio_light-8a7ca80225424b2c1e51ac03f2caa4463d45df1c49270ff1736f1ed994828dfb.eot?#iefix) format("embedded-opentype"), url(https://assets.landskron.de/assets/elysio_light-06951a91f9e4883f5d55e1879d2a45774b511021d0f219ce223e0df027f611a7.woff2) format("woff2"), url(https://assets.landskron.de/assets/elysio_light-6cc257409a66d35d523595068b5807964af199a71336a1fb0381821f3c51e604.woff) format("woff"), url(https://assets.landskron.de/assets/elysio_light-350a38b2011574ab79435d3aea9c0c4b60268b4b5c6708d4a407b90139cb5107.ttf) format("truetype");
}

@font-face {
  font-family: 'Elysio-Black';
  font-weight: bold;
  src: url(https://assets.landskron.de/assets/elysio_black-0891bfe59471801b0d0f4ffa02f574ce2422c881ccea862beb7c0df756898ced.eot);
  src: url(https://assets.landskron.de/assets/elysio_black-0891bfe59471801b0d0f4ffa02f574ce2422c881ccea862beb7c0df756898ced.eot?#iefix) format("embedded-opentype"), url(https://assets.landskron.de/assets/elysio_black-863b2039172280f0be285fc77d684398a2c1826a255aba6d6d36d2a1c4c3c91b.woff2) format("woff2"), url(https://assets.landskron.de/assets/elysio_black-1b4103b8cc4c8149fb8a56a48de0bf52344039f7efb62ce235751bf3f09eadad.woff) format("woff"), url(https://assets.landskron.de/assets/elysio_black-34bf8384122c195d0ea1e49cadb5da030d9c32b63b76c6a3de62f836bca7e61c.ttf) format("truetype");
}

@font-face {
  font-family: 'Jotia-Bold';
  font-weight: bold;
  font-style: normal;
  src: url(https://assets.landskron.de/assets/jotia_bold-0d678e62f45f9b0310cc55aaf4c9cb59957cc4954ef1d0f71c2269830a7bd550.eot);
  src: url(https://assets.landskron.de/assets/jotia_bold-0d678e62f45f9b0310cc55aaf4c9cb59957cc4954ef1d0f71c2269830a7bd550.eot?#iefix) format("embedded-opentype"), url(https://assets.landskron.de/assets/jotia_bold-a12a2ec32da0c8fda247b31a216202d2e30d286e848a8a8b2621c618fe53f79c.woff2) format("woff2"), url(https://assets.landskron.de/assets/jotia_bold-5b39186c1f0629d924019b125b61abd4d15d2c7310db085f149b16e006706191.woff) format("woff"), url(https://assets.landskron.de/assets/jotia_bold-899d4caee8947526efc2f9267571e9500f817f7105534fae3ddf102c2a7b943f.ttf) format("truetype");
}

@font-face {
  font-family: 'Elysio';
  font-weight: 300;
  font-style: normal;
  src: url(https://assets.landskron.de/assets/elysio_light-8a7ca80225424b2c1e51ac03f2caa4463d45df1c49270ff1736f1ed994828dfb.eot);
  src: url(https://assets.landskron.de/assets/elysio_light-8a7ca80225424b2c1e51ac03f2caa4463d45df1c49270ff1736f1ed994828dfb.eot?#iefix) format("embedded-opentype"), url(https://assets.landskron.de/assets/elysio_light-06951a91f9e4883f5d55e1879d2a45774b511021d0f219ce223e0df027f611a7.woff2) format("woff2"), url(https://assets.landskron.de/assets/elysio_light-6cc257409a66d35d523595068b5807964af199a71336a1fb0381821f3c51e604.woff) format("woff"), url(https://assets.landskron.de/assets/elysio_light-350a38b2011574ab79435d3aea9c0c4b60268b4b5c6708d4a407b90139cb5107.ttf) format("truetype");
}

/* line 1, app/assets/stylesheets/base/_buttons.scss */
button, [type='button'], [type='reset'], [type='submit'], a.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #074978;
  border: 1px solid #074978;
  color: #fff;
  padding: 0.5em 0.75em;
  line-height: normal;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  -webkit-transition: background-color 150ms ease, border-color 150ms ease;
  transition: background-color 150ms ease, border-color 150ms ease;
}

/* line 14, app/assets/stylesheets/base/_buttons.scss */
button:active, button:focus, button:hover, [type='button']:active, [type='button']:focus, [type='button']:hover, [type='reset']:active, [type='reset']:focus, [type='reset']:hover, [type='submit']:active, [type='submit']:focus, [type='submit']:hover, a.btn:active, a.btn:focus, a.btn:hover {
  color: #fff;
  background-color: #EBBF70;
  border-color: #EBBF70;
}

/* line 22, app/assets/stylesheets/base/_buttons.scss */
button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled, a.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 26, app/assets/stylesheets/base/_buttons.scss */
button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover, a.btn:disabled:hover {
  background-color: #074978;
  border-color: #074978;
}

/* line 32, app/assets/stylesheets/base/_buttons.scss */
button.btn--cta, button.btn--large, .btn--cta[type='button'], .btn--large[type='button'], .btn--cta[type='reset'], .btn--large[type='reset'], .btn--cta[type='submit'], .btn--large[type='submit'], a.btn.btn--cta, a.btn.btn--large {
  font-family: "Jotia-Bold", Elysio;
  text-transform: uppercase;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* line 39, app/assets/stylesheets/base/_buttons.scss */
button.btn--cta, .btn--cta[type='button'], .btn--cta[type='reset'], .btn--cta[type='submit'], a.btn.btn--cta {
  border-radius: 8px;
}

/* line 43, app/assets/stylesheets/base/_buttons.scss */
button.btn--mb, .btn--mb[type='button'], .btn--mb[type='reset'], .btn--mb[type='submit'], a.btn.btn--mb {
  margin-bottom: 5px;
}

/* line 48, app/assets/stylesheets/base/_buttons.scss */
input[type='submit'] {
  font-family: "Jotia-Bold", Elysio;
  text-transform: uppercase;
  border-radius: 8px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* line 1, app/assets/stylesheets/base/_forms.scss */
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 8, app/assets/stylesheets/base/_forms.scss */
legend {
  margin-bottom: 0.375em;
  padding: 0;
}

/* line 14, app/assets/stylesheets/base/_forms.scss */
label {
  display: block;
  margin-bottom: 0.375em;
}

/* line 19, app/assets/stylesheets/base/_forms.scss */
label.boolean {
  display: inline;
}

/* line 23, app/assets/stylesheets/base/_forms.scss */
input,
select,
textarea {
  display: block;
}

/* line 31, app/assets/stylesheets/base/_forms.scss */
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  line-height: normal;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

/* line 43, app/assets/stylesheets/base/_forms.scss */
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

/* line 47, app/assets/stylesheets/base/_forms.scss */
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #074978;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(6, 58, 96, 0.7);
  outline: none;
}

/* line 53, app/assets/stylesheets/base/_forms.scss */
[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

/* line 57, app/assets/stylesheets/base/_forms.scss */
[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

/* line 62, app/assets/stylesheets/base/_forms.scss */
[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #909090;
}
[type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #909090;
}
[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #909090;
}
[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #909090;
}

/* line 67, app/assets/stylesheets/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 71, app/assets/stylesheets/base/_forms.scss */
[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 75, app/assets/stylesheets/base/_forms.scss */
[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 81, app/assets/stylesheets/base/_forms.scss */
[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

/* line 86, app/assets/stylesheets/base/_forms.scss */
select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5em 32px 0.5em 0.75em;
  line-height: normal;
  color: #fff;
  background: #074978 url(https://assets.landskron.de/assets/icons/arrow-down-w-333f12cd937d878b5dd8da6f33bd02df2c12f1e87f1844d96f6b0c4e19213f43.svg) no-repeat right 0.75em center;
  background-size: 16px;
  border-radius: 0;
  border: 1px solid #074978;
}

/* line 100, app/assets/stylesheets/base/_forms.scss */
select:hover {
  background-color: #063a60;
}

/* line 103, app/assets/stylesheets/base/_forms.scss */
select:focus {
  outline: none;
}

/* line 107, app/assets/stylesheets/base/_forms.scss */
select::-ms-expand {
  display: none;
}

/* line 1, app/assets/stylesheets/base/_layout.scss */
html {
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/base/_layout.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 1, app/assets/stylesheets/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 8, app/assets/stylesheets/base/_lists.scss */
dl {
  margin: 0;
}

/* line 12, app/assets/stylesheets/base/_lists.scss */
dt {
  font-weight: 600;
  margin: 0;
}

/* line 17, app/assets/stylesheets/base/_lists.scss */
dd {
  margin: 0;
}

/* line 1, app/assets/stylesheets/base/_media.scss */
figure {
  margin: 0;
}

/* line 5, app/assets/stylesheets/base/_media.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/base/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 8, app/assets/stylesheets/base/_tables.scss */
th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

/* line 15, app/assets/stylesheets/base/_tables.scss */
td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

/* line 20, app/assets/stylesheets/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/base/_typography.scss */
body {
  color: #464646;
  font-family: Elysio;
  font-size: 1em;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11, app/assets/stylesheets/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #074978;
  font-family: "Jotia-Bold", Elysio;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 0.75em;
}

/* line 24, app/assets/stylesheets/base/_typography.scss */
p {
  margin: 0 0 0.75em;
  font-family: 'Elysio-Light';
  font-weight: lighter;
  letter-spacing: 0.05em;
}

/* line 31, app/assets/stylesheets/base/_typography.scss */
a {
  color: #074978;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

/* line 36, app/assets/stylesheets/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #04253c;
}

/* line 43, app/assets/stylesheets/base/_typography.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

/* line 51, app/assets/stylesheets/base/_typography.scss */
b, strong {
  font-weight: bold;
}

/* line 4, app/assets/stylesheets/landskronkit/navigation.scss */
.logo--mobile {
  display: inline-block;
  width: 160px;
}

/* line 8, app/assets/stylesheets/landskronkit/navigation.scss */
.logo--mobile img {
  width: 100%;
  padding-top: 7px;
}

@media only screen and (min-width: 960px) {
  /* line 4, app/assets/stylesheets/landskronkit/navigation.scss */
  .logo--mobile {
    display: none;
  }
}

/* line 18, app/assets/stylesheets/landskronkit/navigation.scss */
.logo {
  display: none;
}

@media only screen and (min-width: 960px) {
  /* line 18, app/assets/stylesheets/landskronkit/navigation.scss */
  .logo {
    display: block;
    z-index: 1001;
    position: absolute;
    top: 24px;
    width: 140px;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1220px) and (min-height: 900px) {
  /* line 18, app/assets/stylesheets/landskronkit/navigation.scss */
  .logo {
    width: 160px;
    margin-left: 50px;
    top: 28px;
  }
}

/* line 36, app/assets/stylesheets/landskronkit/navigation.scss */
.logo img {
  max-height: 100%;
  width: 100%;
}

/* line 42, app/assets/stylesheets/landskronkit/navigation.scss */
.nav__cart {
  background: url(https://assets.landskron.de/assets/icons/cart-icon-e69d7d6d51a2eae0f4473d06e6169325ff616b80dd2f9b34d4ea64fa2a3dc31d.svg) no-repeat 50%;
}

/* line 45, app/assets/stylesheets/landskronkit/navigation.scss */
.nav__account {
  background: url(https://assets.landskron.de/assets/icons/account-icon-2f84410602d92a58c658858a6af70ae041fc40158221489271af212e34795063.svg) no-repeat 50%;
}

/* line 49, app/assets/stylesheets/landskronkit/navigation.scss */
.nav__cart.nav__cart--filled {
  position: relative;
}

/* line 51, app/assets/stylesheets/landskronkit/navigation.scss */
.nav__cart.nav__cart--filled:after {
  content: '';
  position: absolute;
  right: 37px;
  top: 38px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #EBBF70;
}

@media only screen and (min-width: 960px) {
  /* line 51, app/assets/stylesheets/landskronkit/navigation.scss */
  .nav__cart.nav__cart--filled:after {
    right: 27px;
    top: 28px;
  }
}

@media only screen and (min-width: 1220px) and (min-height: 900px) {
  /* line 51, app/assets/stylesheets/landskronkit/navigation.scss */
  .nav__cart.nav__cart--filled:after {
    right: 32px;
    top: 33px;
  }
}

@media only screen and (min-width: 960px) {
  /* line 71, app/assets/stylesheets/landskronkit/navigation.scss */
  .nav__cart.nav__cart--filled:after {
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
  }
  /* line 74, app/assets/stylesheets/landskronkit/navigation.scss */
  .nav__cart.nav__cart--filled:hover:after {
    background-color: #074978;
  }
}

@media only screen and (max-width: 959px) {
  /* line 81, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    height: 55px;
    background-color: #074978;
    text-align: center;
  }
  /* line 91, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header #menu-button {
    position: absolute;
    right: 0;
    height: 100%;
    background-color: transparent;
    border: 0;
  }
  /* line 99, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav {
    position: absolute;
    z-index: 900;
    left: 0;
    right: 0;
    top: 55px;
    height: calc(100vh - 55px);
    padding-bottom: 45px;
    background-color: #135686;
    opacity: 0.0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: opacity 150ms ease, -webkit-transform 300ms ease;
    transition: opacity 150ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, opacity 150ms ease;
    transition: transform 300ms ease, opacity 150ms ease, -webkit-transform 300ms ease;
    pointer-events: none;
    text-align: center;
    border-bottom: 5px solid #EBBF70;
    overflow-y: auto;
  }
  /* line 117, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav.nav--opened {
    opacity: 1.0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    pointer-events: auto;
  }
  /* line 123, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav {
    width: 90%;
    margin: 0 auto;
    padding-top: 45px;
  }
  /* line 128, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li {
    border-bottom: 1px solid #EBBF70;
    opacity: 0.0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: opacity 450ms ease, -webkit-transform 450ms ease;
    transition: opacity 450ms ease, -webkit-transform 450ms ease;
    transition: transform 450ms ease, opacity 450ms ease;
    transition: transform 450ms ease, opacity 450ms ease, -webkit-transform 450ms ease;
  }
  /* line 135, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li:nth-child(1) {
    -webkit-transition-delay: 75ms;
            transition-delay: 75ms;
  }
  /* line 135, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li:nth-child(2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  /* line 135, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li:nth-child(3) {
    -webkit-transition-delay: 225ms;
            transition-delay: 225ms;
  }
  /* line 135, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li:nth-child(4) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  /* line 135, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li:nth-child(5) {
    -webkit-transition-delay: 375ms;
            transition-delay: 375ms;
  }
  /* line 138, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li:last-child {
    border-bottom: none;
  }
  /* line 142, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-family: "Jotia-Bold";
    font-size: 1.2em;
  }
  /* line 153, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav.nav--opened .nav li {
    opacity: 1.0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* line 159, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .icon-nav li {
    display: inline-block;
  }
  /* line 161, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .icon-nav li a {
    display: block;
    width: 90px;
    height: 90px;
  }
  /* line 165, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .icon-nav li a span {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  /* line 178, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    background-color: #074978;
    background: -webkit-linear-gradient(left, #074978 49%, #135686 51%);
    background: linear-gradient(to right, #074978 49%, #135686 51%);
  }
  /* line 187, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header #menu-button {
    display: none;
  }
  /* line 191, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav {
    max-width: 1800px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #074978;
  }
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
  .lkkit-page-header nav::after {
    clear: both;
    content: "";
    display: block;
  }
  /* line 199, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav {
    height: 100%;
    margin-left: 160px;
    margin-right: 140px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 205, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  /* line 209, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    color: #fff;
    font-family: "Jotia-Bold";
    font-size: 0.75em;
    border-top: 5px solid #074978;
    border-bottom: 5px solid #074978;
    -webkit-transition: border-bottom-color 150ms ease;
    transition: border-bottom-color 150ms ease;
  }
  /* line 222, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li a:hover {
    border-bottom-color: #EBBF70;
  }
  /* line 227, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li.nav-current a {
    border-bottom-color: #EBBF70;
  }
  /* line 233, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .icon-nav {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #135686;
  }
  /* line 238, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .icon-nav li {
    float: left;
  }
  /* line 241, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .icon-nav li a {
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
  }
  /* line 247, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .icon-nav li a span {
    display: none;
  }
  /* line 250, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .icon-nav li a:hover {
    background-color: #EABD71;
  }
}

@media only screen and (min-width: 1220px) and (min-height: 900px) {
  /* line 265, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav {
    margin-left: 200px;
    margin-right: 160px;
  }
  /* line 269, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .nav li a {
    height: 80px;
    font-size: 0.9em;
  }
  /* line 275, app/assets/stylesheets/landskronkit/navigation.scss */
  .lkkit-page-header nav .icon-nav li a {
    width: 80px;
    height: 80px;
  }
}

/* line 284, app/assets/stylesheets/landskronkit/navigation.scss */
.sub-nav {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px #ccc;
}

/* line 290, app/assets/stylesheets/landskronkit/navigation.scss */
.sub-nav ul {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
}

/* line 294, app/assets/stylesheets/landskronkit/navigation.scss */
.sub-nav ul li {
  display: inline-block;
}

/* line 296, app/assets/stylesheets/landskronkit/navigation.scss */
.sub-nav ul li a {
  color: #074978;
  display: block;
  padding: 15px 25px 10px;
  font-family: "Jotia-Bold";
  font-size: 0.75em;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
  -webkit-transition: border-bottom-color 150ms ease;
  transition: border-bottom-color 150ms ease;
}

/* line 305, app/assets/stylesheets/landskronkit/navigation.scss */
.sub-nav ul li a:hover {
  border-bottom-color: #EBBF70;
}

/* line 310, app/assets/stylesheets/landskronkit/navigation.scss */
.sub-nav ul li.nav-current a {
  border-bottom-color: #EBBF70;
}

@media only screen and (min-width: 768px) {
  /* line 284, app/assets/stylesheets/landskronkit/navigation.scss */
  .sub-nav {
    position: fixed;
    top: 55px;
    z-index: 50;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: saturate(180%) blur(15px);
    backdrop-filter: saturate(180%) blur(15px);
  }
}

@media only screen and (min-width: 960px) {
  /* line 284, app/assets/stylesheets/landskronkit/navigation.scss */
  .sub-nav {
    padding-left: 150px;
    padding-right: 150px;
    top: 70px;
  }
}

@media only screen and (min-width: 1220px) and (min-height: 900px) {
  /* line 284, app/assets/stylesheets/landskronkit/navigation.scss */
  .sub-nav {
    padding-left: 220px;
    padding-right: 220px;
    top: 80px;
  }
  /* line 336, app/assets/stylesheets/landskronkit/navigation.scss */
  .sub-nav ul li a {
    padding-top: 18px;
    padding-bottom: 13px;
  }
}

/* line 1, app/assets/stylesheets/landskronkit/footer.scss */
footer {
  background-color: #074978;
}

/* line 4, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main {
  padding: 90px 15px;
  color: #fff;
}

/* line 8, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main h2 {
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 15, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main ul.footer__nav {
  display: none;
  list-style: disc;
  color: #EBBF70;
  font-family: "Jotia-Bold";
  font-size: 0.9em;
  text-transform: uppercase;
}

/* line 22, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main ul.footer__nav li {
  margin-bottom: 10px;
}

/* line 25, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main ul.footer__nav li a {
  color: #fff;
}

/* line 28, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main ul.footer__nav li a:hover {
  color: #EBBF70;
}

/* line 36, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main .footer__events__item {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #fff;
}

/* line 42, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main .footer__events__item:hover {
  text-decoration: underline;
}

/* line 46, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main .footer__events__item .datetime {
  color: #EBBF70;
  text-transform: uppercase;
}

/* line 54, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main .footer__contact__address {
  font-size: 0.8em;
}

/* line 58, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main .footer__contact__social {
  margin-top: 15px;
}

/* line 60, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main .footer__contact__social a {
  display: inline-block;
  padding-right: 15px;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

/* line 65, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__main .footer__contact__social a:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media only screen and (min-width: 768px) {
  /* line 4, app/assets/stylesheets/landskronkit/footer.scss */
  footer .footer__main {
    max-width: 1220px;
  }
  /* line 75, app/assets/stylesheets/landskronkit/footer.scss */
  footer .footer__main ul.footer__nav {
    display: block;
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  /* line 76, app/assets/stylesheets/landskronkit/footer.scss */
  footer .footer__main .footer__events {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
  }
  /* line 77, app/assets/stylesheets/landskronkit/footer.scss */
  footer .footer__main .footer__contact {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}

/* line 81, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__sub {
  padding: 60px;
  color: #074978;
  font-size: 0.8em;
  text-align: center;
  background-color: #fff;
}

/* line 88, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__sub img {
  width: 130px;
}

/* line 92, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__sub a {
  display: block;
  color: #074978 !important;
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/landskronkit/footer.scss */
  footer .footer__sub a {
    display: inline;
  }
  /* line 100, app/assets/stylesheets/landskronkit/footer.scss */
  footer .footer__sub a:after {
    content: '  | ';
  }
  /* line 103, app/assets/stylesheets/landskronkit/footer.scss */
  footer .footer__sub a:last-child:after {
    content: '';
  }
}

/* line 109, app/assets/stylesheets/landskronkit/footer.scss */
footer .footer__sub .footer__sub__final {
  color: #464646;
}

/* line 1, app/assets/stylesheets/landskronkit/sections.scss */
.lkkit-section {
  padding-top: 90px;
  text-align: center;
  clear: both;
}

/* line 6, app/assets/stylesheets/landskronkit/sections.scss */
.lkkit-section h2 small {
  display: block;
  color: #074978;
  font-family: 'Elysio-Light';
  font-weight: lighter;
  font-size: 0.42em;
  text-transform: uppercase;
  line-height: 2.4em;
}

/* line 16, app/assets/stylesheets/landskronkit/sections.scss */
.lkkit-section a:hover small {
  text-decoration: underline;
}

/* line 21, app/assets/stylesheets/landskronkit/sections.scss */
.lkkit-section-header {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}

/* line 26, app/assets/stylesheets/landskronkit/sections.scss */
.lkkit-section-header small {
  color: #074978;
  font-family: 'Elysio-Light';
  font-weight: lighter;
  font-size: 1.0em;
  text-transform: uppercase;
}

/* line 34, app/assets/stylesheets/landskronkit/sections.scss */
.lkkit-section-header h2 {
  margin: 30px auto;
  max-width: 750px;
}

/* line 39, app/assets/stylesheets/landskronkit/sections.scss */
.lkkit-section-header p {
  padding: 0 15px 45px;
}

/* line 44, app/assets/stylesheets/landskronkit/sections.scss */
.lkkit-section__contained {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, app/assets/stylesheets/landskronkit/sections.scss */
.lkkit-section__no-pt {
  padding-top: 0;
}

/* line 54, app/assets/stylesheets/landskronkit/sections.scss */
.lkkit-section__last {
  padding-bottom: 90px;
}

/* line 1, app/assets/stylesheets/landskronkit/cover.scss */
.cover {
  height: 75vh;
  max-height: 750px;
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 10, app/assets/stylesheets/landskronkit/cover.scss */
.cover--block {
  display: block;
}

/* line 14, app/assets/stylesheets/landskronkit/cover.scss */
.cover .cover__text {
  width: 100%;
  text-align: center;
}

/* line 18, app/assets/stylesheets/landskronkit/cover.scss */
.cover .cover__text h1 {
  color: #fff;
  font-family: 'Elysio-Black';
  font-size: 2.6em;
  margin-bottom: -10px;
}

/* line 25, app/assets/stylesheets/landskronkit/cover.scss */
.cover .cover__text span {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  /* line 14, app/assets/stylesheets/landskronkit/cover.scss */
  .cover .cover__text {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10%;
    text-align: right;
  }
  /* line 36, app/assets/stylesheets/landskronkit/cover.scss */
  .cover .cover__text h1 {
    font-size: 6em;
    margin-bottom: -25px;
  }
  /* line 40, app/assets/stylesheets/landskronkit/cover.scss */
  .cover .cover__text span {
    font-size: 1.8em;
  }
  /* line 43, app/assets/stylesheets/landskronkit/cover.scss */
  .cover .cover__text h1, .cover .cover__text span {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
}

/* line 50, app/assets/stylesheets/landskronkit/cover.scss */
.cover-indicator {
  display: none;
}

@media only screen and (min-width: 960px) {
  /* line 54, app/assets/stylesheets/landskronkit/cover.scss */
  .cover-indicator {
    display: block;
    position: absolute;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    background: url(https://assets.landskron.de/assets/icons/arrow-down-160b278deed5d86fc37a9d3a1acece4fff456266aa1e21fb0fcff04c48c2a52d.svg) no-repeat 50% 50%;
    -webkit-transition: background-position 150ms ease, opacity 150ms ease;
    transition: background-position 150ms ease, opacity 150ms ease;
  }
  /* line 64, app/assets/stylesheets/landskronkit/cover.scss */
  .cover-indicator:hover {
    background-position-y: 58%;
  }
  /* line 68, app/assets/stylesheets/landskronkit/cover.scss */
  .cover-indicator.cover-indicator--hidden {
    opacity: 0.0;
  }
}

/* line 3, app/assets/stylesheets/landskronkit/carousel.scss */
.lkkit-carousel {
  display: none;
}

/* line 6, app/assets/stylesheets/landskronkit/carousel.scss */
.lkkit-carousel .lkkit-carousel__tile {
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 13, app/assets/stylesheets/landskronkit/carousel.scss */
.lkkit-carousel .lkkit-carousel__tile__content {
  height: 100%;
  padding: 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 21, app/assets/stylesheets/landskronkit/carousel.scss */
.lkkit-carousel .lkkit-carousel__tile__content img {
  max-height: 100%;
  width: auto;
}

/* line 26, app/assets/stylesheets/landskronkit/carousel.scss */
.lkkit-carousel .lkkit-carousel__tile__content .lkkit-carousel__tile__content__overlay {
  display: none;
}

@media only screen and (min-width: 960px) {
  /* line 32, app/assets/stylesheets/landskronkit/carousel.scss */
  .lkkit-carousel .lkkit-carousel__tile__content .lkkit-carousel__tile__content__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5%;
    background-color: rgba(7, 73, 120, 0.9);
    opacity: 0.0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 46, app/assets/stylesheets/landskronkit/carousel.scss */
  .lkkit-carousel .lkkit-carousel__tile__content .lkkit-carousel__tile__content__overlay h5 {
    color: #fff;
  }
  /* line 51, app/assets/stylesheets/landskronkit/carousel.scss */
  .lkkit-carousel .lkkit-carousel__tile__content:hover .lkkit-carousel__tile__content__overlay {
    opacity: 1.0;
  }
}

/* line 60, app/assets/stylesheets/landskronkit/carousel.scss */
.lkkit-carousel.lkkit-carousel__bottled img {
  height: 350px;
}

@media only screen and (max-width: 959px) {
  /* line 66, app/assets/stylesheets/landskronkit/carousel.scss */
  .lkkit-carousel .owl-dots {
    margin-top: 15px;
    padding: 0 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 74, app/assets/stylesheets/landskronkit/carousel.scss */
  .lkkit-carousel .owl-dots .owl-dot {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 3px;
    background-color: #CCDAE3;
  }
  /* line 79, app/assets/stylesheets/landskronkit/carousel.scss */
  .lkkit-carousel .owl-dots .owl-dot.active {
    height: 5px;
    background-color: #074978;
  }
}

/* line 91, app/assets/stylesheets/landskronkit/carousel.scss */
.lkkit-slider {
  display: none;
}

/* line 94, app/assets/stylesheets/landskronkit/carousel.scss */
.lkkit-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 101, app/assets/stylesheets/landskronkit/carousel.scss */
.lkkit-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 3px;
  background-color: white;
  border-radius: 50%;
}

/* line 109, app/assets/stylesheets/landskronkit/carousel.scss */
.lkkit-slider .owl-dots .owl-dot.active {
  background-color: #074978;
}

/* line 121, app/assets/stylesheets/landskronkit/carousel.scss */
.owl-carousel.lkkit-slider .owl-nav, .owl-carousel.lkkit-carousel .owl-nav {
  display: none;
}

@media only screen and (min-width: 960px) {
  /* line 127, app/assets/stylesheets/landskronkit/carousel.scss */
  .owl-carousel.lkkit-slider .owl-nav, .owl-carousel.lkkit-carousel .owl-nav {
    display: block;
  }
  /* line 131, app/assets/stylesheets/landskronkit/carousel.scss */
  .owl-carousel.lkkit-slider .owl-prev, .owl-carousel.lkkit-slider .owl-next, .owl-carousel.lkkit-carousel .owl-prev, .owl-carousel.lkkit-carousel .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 50;
    -webkit-transition: background-position 150ms ease;
    transition: background-position 150ms ease;
  }
  /* line 145, app/assets/stylesheets/landskronkit/carousel.scss */
  .owl-carousel.lkkit-slider .owl-prev, .owl-carousel.lkkit-carousel .owl-prev {
    left: 0;
    background-image: url(https://assets.landskron.de/assets/icons/arrow-prev-cb5244a956b8cf68e643f5f28012f415f5ffa64089b1e980d2e032cac6f07a9c.svg);
  }
  /* line 148, app/assets/stylesheets/landskronkit/carousel.scss */
  .owl-carousel.lkkit-slider .owl-prev:hover, .owl-carousel.lkkit-carousel .owl-prev:hover {
    background-position: 42%;
  }
  /* line 153, app/assets/stylesheets/landskronkit/carousel.scss */
  .owl-carousel.lkkit-slider .owl-next, .owl-carousel.lkkit-carousel .owl-next {
    right: 0;
    background-image: url(https://assets.landskron.de/assets/icons/arrow-next-b8ef6b44ae3cfe26014d930dfbb2581fba9e94060c5ab80cdf17edb229f1fe38.svg);
  }
  /* line 156, app/assets/stylesheets/landskronkit/carousel.scss */
  .owl-carousel.lkkit-slider .owl-next:hover, .owl-carousel.lkkit-carousel .owl-next:hover {
    background-position: 58%;
  }
}

@media only screen and (min-width: 960px) {
  /* line 165, app/assets/stylesheets/landskronkit/carousel.scss */
  .owl-carousel.lkkit-carousel .owl-prev, .owl-carousel.lkkit-carousel .owl-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}

/* line 1, app/assets/stylesheets/landskronkit/tilegrid.scss */
.lkkit-grid {
  text-align: left;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.lkkit-grid::after {
  clear: both;
  content: "";
  display: block;
}

/* line 5, app/assets/stylesheets/landskronkit/tilegrid.scss */
.lkkit-grid .lkkit-grid__tile {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 50%;
  border: 1px solid #fff;
  background-color: #eee;
  background-image: -webkit-radial-gradient(circle, #fff, #ddd);
  background-image: radial-gradient(circle, #fff, #ddd);
}

/* line 15, app/assets/stylesheets/landskronkit/tilegrid.scss */
.lkkit-grid .lkkit-grid__tile__content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 25, app/assets/stylesheets/landskronkit/tilegrid.scss */
.lkkit-grid .lkkit-grid__tile__content img {
  max-height: 100%;
  max-width: 100%;
}

/* line 30, app/assets/stylesheets/landskronkit/tilegrid.scss */
.lkkit-grid .lkkit-grid__tile__content .lkkit-grid__tile__content__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5%;
  background-color: rgba(7, 73, 120, 0.9);
  opacity: 0.0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 44, app/assets/stylesheets/landskronkit/tilegrid.scss */
.lkkit-grid .lkkit-grid__tile__content .lkkit-grid__tile__content__overlay h5 {
  color: #fff;
}

/* line 49, app/assets/stylesheets/landskronkit/tilegrid.scss */
.lkkit-grid .lkkit-grid__tile__content:hover .lkkit-grid__tile__content__overlay {
  opacity: 1.0;
}

@media only screen and (min-width: 960px) {
  /* line 55, app/assets/stylesheets/landskronkit/tilegrid.scss */
  .lkkit-grid .lkkit-grid__tile {
    width: 25%;
    padding-bottom: 25%;
  }
}

@media only screen and (min-width: 1220px) {
  /* line 62, app/assets/stylesheets/landskronkit/tilegrid.scss */
  .lkkit-grid .lkkit-grid__tile {
    width: calc(100% / 6);
    padding-bottom: calc(100% / 6);
  }
}

/* line 1, app/assets/stylesheets/landskronkit/ageprompt.scss */
.ageprompt {
  display: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(7, 73, 120, 0.95);
  z-index: 9999;
  overflow-y: scroll;
}

/* line 14, app/assets/stylesheets/landskronkit/ageprompt.scss */
.ageprompt.ageprompt--displayed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, app/assets/stylesheets/landskronkit/ageprompt.scss */
.ageprompt .agepromt__c {
  max-width: 95%;
  color: #fff;
  text-align: center;
}

/* line 23, app/assets/stylesheets/landskronkit/ageprompt.scss */
.ageprompt .agepromt__c .ageprompt__logo {
  background-image: url(https://assets.landskron.de/assets/landskron-logo-flat-49c1e27cb3e75a14ebb67000ba6a13f398ba331e21f44a6859fc783ca017173c.svg);
  background-size: contain;
  width: 200px;
  height: 50px;
  margin: 0 auto 45px;
}

/* line 31, app/assets/stylesheets/landskronkit/ageprompt.scss */
.ageprompt .agepromt__c h1 {
  font-family: Elysio;
  color: #fff;
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/landskronkit/ageprompt.scss */
.ageprompt .agepromt__c .ageprompt__question {
  font-size: 1.5em;
  margin: 0;
}

/* line 42, app/assets/stylesheets/landskronkit/ageprompt.scss */
.ageprompt .agepromt__c .ageprompt__response {
  margin: 30px 0;
}

/* line 44, app/assets/stylesheets/landskronkit/ageprompt.scss */
.ageprompt .agepromt__c .ageprompt__response button, .ageprompt .agepromt__c .ageprompt__response .btn {
  width: 130px;
  margin: 0 22.5px;
  padding: 0.95em 0.75em 0.75em;
  border: 2px solid #fff;
  text-transform: uppercase;
}

/* line 54, app/assets/stylesheets/landskronkit/ageprompt.scss */
.ageprompt .agepromt__c p a {
  color: #fff;
  text-decoration: underline;
}

/* line 57, app/assets/stylesheets/landskronkit/ageprompt.scss */
.ageprompt .agepromt__c p a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  /* line 18, app/assets/stylesheets/landskronkit/ageprompt.scss */
  .ageprompt .agepromt__c {
    max-width: 60%;
  }
}

/* line 1, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme {
  background-color: #1f1f1f;
}

/* line 4, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme h1, body.dark-theme h2, body.dark-theme h3, body.dark-theme h4, body.dark-theme h5, body.dark-theme h6 {
  color: #EBBF70;
}

/* line 8, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme p {
  color: #fff;
}

/* line 12, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme a {
  color: #EBBF70;
}

/* line 15, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme a:active, body.dark-theme a:focus, body.dark-theme a:hover {
  color: #fbf2e2;
}

/* line 22, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme button, body.dark-theme [type='button'], body.dark-theme [type='reset'], body.dark-theme [type='submit'], body.dark-theme a.btn {
  color: #000;
  background-color: #EBBF70;
  border-color: #EBBF70;
}

/* line 26, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme button:hover, body.dark-theme [type='button']:hover, body.dark-theme [type='reset']:hover, body.dark-theme [type='submit']:hover, body.dark-theme a.btn:hover {
  background-color: #fbf2e2;
}

@media only screen and (min-width: 768px) {
  /* line 32, app/assets/stylesheets/landskronkit/dark-theme.scss */
  body.dark-theme .lkkit-glass-shade {
    background-image: url(https://assets.landskron.de/assets/landskron-glass-shade-dark-6c5502c7a9352eb70394a5768266a9c18e135726531faa949b5b9cea17ef320c.jpg);
  }
}

/* line 37, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .lkkit-page-header {
  background-color: #1f1f1f;
}

@media only screen and (min-width: 960px) {
  /* line 37, app/assets/stylesheets/landskronkit/dark-theme.scss */
  body.dark-theme .lkkit-page-header {
    background: -webkit-linear-gradient(left, #1f1f1f 49%, #000 51%);
    background: linear-gradient(to right, #1f1f1f 49%, #000 51%);
  }
}

/* line 44, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .lkkit-page-header nav {
  background-color: #1f1f1f;
}

@media only screen and (min-width: 960px) {
  /* line 49, app/assets/stylesheets/landskronkit/dark-theme.scss */
  body.dark-theme .lkkit-page-header nav .nav li a {
    border-top: 5px solid #1f1f1f;
    border-bottom: 5px solid #1f1f1f;
  }
  /* line 53, app/assets/stylesheets/landskronkit/dark-theme.scss */
  body.dark-theme .lkkit-page-header nav .nav li a:hover {
    border-bottom-color: #EBBF70;
  }
  /* line 58, app/assets/stylesheets/landskronkit/dark-theme.scss */
  body.dark-theme .lkkit-page-header nav .nav li.nav-current a {
    border-bottom-color: #EBBF70;
  }
}

/* line 64, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .lkkit-page-header nav .icon-nav {
  background-color: #000;
}

/* line 70, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .sub-nav {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 74, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .sub-nav ul li a {
  color: #fff;
  border-bottom: 5px solid #000;
}

/* line 77, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .sub-nav ul li a:hover {
  border-bottom-color: #EBBF70;
}

/* line 82, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .sub-nav ul li.nav-current a {
  border-bottom-color: #EBBF70;
}

@media only screen and (min-width: 768px) {
  /* line 70, app/assets/stylesheets/landskronkit/dark-theme.scss */
  body.dark-theme .sub-nav {
    box-shadow: none;
  }
}

/* line 92, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .cover-indicator {
  background-image: url(https://assets.landskron.de/assets/icons/arrow-down-w-333f12cd937d878b5dd8da6f33bd02df2c12f1e87f1844d96f6b0c4e19213f43.svg);
}

/* line 96, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .lkkit-section h2 {
  color: #EBBF70;
}

/* line 99, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .lkkit-section h2 small {
  color: #EBBF70;
}

/* line 105, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .lkkit-section-header small, body.dark-theme .lkkit-section-header p {
  color: #fff;
}

/* line 110, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme footer {
  background-color: #000;
}

/* line 114, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .lkkit-grid__tile {
  border-color: #000;
  background-color: #111;
  background-image: -webkit-radial-gradient(circle, #000, #222);
  background-image: radial-gradient(circle, #000, #222);
}

/* line 120, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .lkkit-grid__tile__content .lkkit-grid__tile__content__overlay {
  color: #000;
  background-color: rgba(235, 191, 112, 0.9);
}

/* line 123, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .lkkit-grid__tile__content .lkkit-grid__tile__content__overlay h5, body.dark-theme .lkkit-grid__tile__content .lkkit-grid__tile__content__overlay p {
  color: #000;
}

/* line 128, app/assets/stylesheets/landskronkit/dark-theme.scss */
body.dark-theme .lkkit-carousel__tile {
  border-color: #000;
}

@media only screen and (min-width: 960px) {
  /* line 133, app/assets/stylesheets/landskronkit/dark-theme.scss */
  body.dark-theme .lkkit-carousel__tile__content .lkkit-carousel__tile__content__overlay {
    color: #000;
    background-color: rgba(235, 191, 112, 0.9);
  }
  /* line 136, app/assets/stylesheets/landskronkit/dark-theme.scss */
  body.dark-theme .lkkit-carousel__tile__content .lkkit-carousel__tile__content__overlay h5, body.dark-theme .lkkit-carousel__tile__content .lkkit-carousel__tile__content__overlay p {
    color: #000;
  }
}

/* line 23, app/assets/stylesheets/landskronkit.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 29, app/assets/stylesheets/landskronkit.scss */
.lkkit-container {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* line 26, vendor/bundle/ruby/3.1.0/bundler/gems/neat-c0a35411c3cc/core/neat/mixins/_grid-container.scss */
.lkkit-container::after {
  clear: both;
  content: "";
  display: block;
}

/* line 37, app/assets/stylesheets/landskronkit.scss */
.lkkit-text-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

/* line 26, vendor/bundle/ruby/3.1.0/bundler/gems/neat-c0a35411c3cc/core/neat/mixins/_grid-container.scss */
.lkkit-text-container::after {
  clear: both;
  content: "";
  display: block;
}

/* line 46, app/assets/stylesheets/landskronkit.scss */
.lkkit-text-container ul, .lkkit-text-container ol {
  margin: 0 0 0.75em;
  padding-left: 1.5em;
  font-family: 'Elysio-Light';
  font-weight: lighter;
  letter-spacing: 0.05em;
}

/* line 53, app/assets/stylesheets/landskronkit.scss */
.lkkit-text-container ul {
  list-style: circle;
}

/* line 56, app/assets/stylesheets/landskronkit.scss */
.lkkit-text-container ol {
  list-style: decimal;
}

/* line 61, app/assets/stylesheets/landskronkit.scss */
body {
  padding-top: 55px;
}

@media only screen and (min-width: 960px) {
  /* line 61, app/assets/stylesheets/landskronkit.scss */
  body {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1220px) and (min-height: 900px) {
  /* line 61, app/assets/stylesheets/landskronkit.scss */
  body {
    padding-top: 80px;
  }
}

/* line 72, app/assets/stylesheets/landskronkit.scss */
h1 {
  font-size: 1.953125em;
}

/* line 73, app/assets/stylesheets/landskronkit.scss */
h2 {
  font-size: 1.5625em;
}

/* line 74, app/assets/stylesheets/landskronkit.scss */
h3 {
  font-size: 1.25em;
}

/* line 75, app/assets/stylesheets/landskronkit.scss */
h4 {
  font-size: 1em;
}

/* line 76, app/assets/stylesheets/landskronkit.scss */
h5 {
  font-size: 1em;
}

/* line 77, app/assets/stylesheets/landskronkit.scss */
h6 {
  font-size: 1em;
}

@media only screen and (min-width: 768px) {
  /* line 80, app/assets/stylesheets/landskronkit.scss */
  h1 {
    font-size: 3.0517578125em;
  }
  /* line 81, app/assets/stylesheets/landskronkit.scss */
  h2 {
    font-size: 2.44140625em;
  }
  /* line 82, app/assets/stylesheets/landskronkit.scss */
  h3 {
    font-size: 1.953125em;
  }
  /* line 83, app/assets/stylesheets/landskronkit.scss */
  h4 {
    font-size: 1.5625em;
  }
  /* line 84, app/assets/stylesheets/landskronkit.scss */
  h5 {
    font-size: 1.25em;
  }
  /* line 85, app/assets/stylesheets/landskronkit.scss */
  h6 {
    font-size: 1em;
  }
  /* line 87, app/assets/stylesheets/landskronkit.scss */
  p {
    line-height: 1.8;
  }
  /* line 91, app/assets/stylesheets/landskronkit.scss */
  .lkkit-glass-shade {
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-image: url(https://assets.landskron.de/assets/landskron-glass-shade-389e5cf20b63cd21e8b90ee8e9604759b6767c5e57986554718169aaaec8af16.jpg);
  }
}
