/* =============================================================

	Dilly Dally Designmarkt
	http://www.

 * ============================================================= */
/* =============================================================
	CSS RESET
	Meyer's CSS Reset, Normalized.css, and custom code.
 * ============================================================= */
/* Mobile Screen Resizing */
@-webkit-viewport {
  width: device-width;
  zoom: 1.0;
}
@-moz-viewport {
  width: device-width;
  zoom: 1.0;
}
@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}
@-o-viewport {
  width: device-width;
  zoom: 1.0;
}
@viewport {
  width: device-width;
  zoom: 1.0;
}
/* Remove browser defaults */
/* line 14, ../sass/01_basic/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
button, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

/* Add box sizing to everything
 * http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
/* line 38, ../sass/01_basic/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 41, ../sass/01_basic/_reset.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/*  Set display type for HTML5 semantic elements */
/* line 46, ../sass/01_basic/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*  Force scrollbar display to prevent jumping on pages.
 *  Fix text resize bug on mobile devices. */
/* line 53, ../sass/01_basic/_reset.scss */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*  Display audio, canvas, and video elements as inline block elements. */
/* line 60, ../sass/01_basic/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*  Prevent modern browsers from displaying audio without controls. */
/* line 67, ../sass/01_basic/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*  Prevent img and video elements from spilling
 *  outside of the page on smaller screens. */
/* line 74, ../sass/01_basic/_reset.scss */
img,
video {
  max-width: 100%;
  height: auto;
}

/*  Prevent iframe, object, and embed elements from
 *  spilling outside of the page on smaller screens. */
/* line 82, ../sass/01_basic/_reset.scss */
iframe,
object,
embed {
  max-width: 100%;
}

/* Address [hidden] styling not present in IE 8/9.
 * Hide the template element in IE, Safari, and Firefox < 22. */
/* line 90, ../sass/01_basic/_reset.scss */
[hidden],
template {
  display: none;
  visibility: hidden;
}

/*  Prevents IE from making scaled images look like crap */
/* line 97, ../sass/01_basic/_reset.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/*  Address outline inconsistency between Chrome and other browsers. */
/* line 102, ../sass/01_basic/_reset.scss */
a:focus,
button:focus {
  outline: none;
  outline: calc-em(5px) auto -webkit-focus-ring-color;
  outline-offset: calc-em(-2.5px);
}

/*  Improve readability when focused and also mouse hovered in all browsers. */
/* line 110, ../sass/01_basic/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================
	TYPOGRAPHY
	Sets font styles for entire site.
 * ============================================================= */
/* line 5, ../sass/01_basic/_typography.scss */
body {
  font-family: Arial;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: normal;
  color: #000;
  background: #fff;
}

/* line 14, ../sass/01_basic/_typography.scss */
h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.15em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #5aabb7;
}

/* line 22, ../sass/01_basic/_typography.scss */
h3 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 29, ../sass/01_basic/_typography.scss */
p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.45em;
  margin-bottom: 20px;
}

/* line 35, ../sass/01_basic/_typography.scss */
strong {
  font-weight: bold;
}

/*  Links
 *  Hyperlink styling */
/* line 40, ../sass/01_basic/_typography.scss */
a {
  color: #000;
  text-decoration: none;
  word-wrap: break-word;
}
/* line 44, ../sass/01_basic/_typography.scss */
a:hover {
  color: #000;
}
/* line 47, ../sass/01_basic/_typography.scss */
a img {
  border: none;
  background: none;
}

/*  Prevents border/background on linked image hover.
 *  Adds slight opacity. */
/* line 55, ../sass/01_basic/_typography.scss */
a:hover img {
  border: none;
  background: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 1, ../sass/02_components/_slider.scss */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 10, ../sass/02_components/_slider.scss */
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 19, ../sass/02_components/_slider.scss */
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

/* line 25, ../sass/02_components/_slider.scss */
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* line 33, ../sass/02_components/_slider.scss */
.rslides_nav {
  position: absolute;
  top: 50%;
  z-index: 999;
  width: 30px;
  height: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  margin-top: -15px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 43, ../sass/02_components/_slider.scss */
.rslides_nav.prev {
  left: 10px;
  background: url("../img/prev.svg") no-repeat center center;
  background-size: contain;
}
/* line 49, ../sass/02_components/_slider.scss */
.rslides_nav.next {
  right: 10px;
  background: url("../img/next.svg") no-repeat center center;
  background-size: contain;
}

/*
1.0 Basic styles
============================================================== */
/* line 15, ../sass/_mixins.scss */
.row:before, .row:after {
  content: "";
  display: table;
}
/* line 20, ../sass/_mixins.scss */
.row:after {
  clear: both;
}

/* line 23, ../sass/style.scss */
.container {
  width: 100%;
  max-width: 980px;
  padding: 0 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 30, ../sass/style.scss */
.one-col {
  width: 100%;
  padding: 20px;
}

/* line 35, ../sass/style.scss */
.two-col {
  width: 50%;
  float: left;
  padding: 0 20px;
}

/* line 44, ../sass/style.scss */
.two-col:last-child {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 680px) {
  /* line 44, ../sass/style.scss */
  .two-col:last-child {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 53, ../sass/style.scss */
.three-col {
  width: 33.3333333%;
  padding: 0 20px;
  float: left;
}
/* line 58, ../sass/style.scss */
.three-col .three-col:last-child {
  padding-right: 0;
}
@media (max-width: 680px) {
  /* line 53, ../sass/style.scss */
  .three-col {
    float: none;
    width: 100%;
  }
  /* line 66, ../sass/style.scss */
  .three-col .three-col:last-child {
    padding-right: 20px;
  }
  /* line 70, ../sass/style.scss */
  .three-col .three-col:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000;
  }
}

/*
2.0 Page Header
============================================================== */
/* line 81, ../sass/style.scss */
.page-header {
  position: relative;
  width: 100%;
  max-height: 510px;
  overflow: hidden;
}

/* line 88, ../sass/style.scss */
.events {
  position: absolute;
  top: 80px;
  right: 40px;
  background: rgba(255, 255, 255, 0.9);
  width: 42%;
  padding: 15px;
  z-index: 999;
  -webkit-box-shadow: 2px 2px 5px #000;
  -moz-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000;
}
/* line 98, ../sass/style.scss */
.events h2 {
  cursor: pointer;
  margin-bottom: 0;
}
/* line 103, ../sass/style.scss */
.events .events-content {
  display: none;
  padding-top: 20px;
}
/* line 107, ../sass/style.scss */
.events .events-content.active {
  display: block;
}
/* line 112, ../sass/style.scss */
.events p:last-child {
  margin-bottom: 0;
}
@media (max-width: 940px) {
  /* line 88, ../sass/style.scss */
  .events {
    top: 30px;
    width: 50%;
  }
}
@media (max-width: 800px) {
  /* line 88, ../sass/style.scss */
  .events {
    width: 90%;
  }
}
@media (max-width: 750px) {
  /* line 88, ../sass/style.scss */
  .events {
    display: none;
  }
}

/*
3.0 Page Content
============================================================== */
/* line 133, ../sass/style.scss */
.page-content, .page-footer {
  position: relative;
  width: 100%;
  z-index: 99;
  padding-left: 5%;
  margin-bottom: 10px;
}
/* line 15, ../sass/_mixins.scss */
.page-content:before, .page-footer:before, .page-content:after, .page-footer:after {
  content: "";
  display: table;
}
/* line 20, ../sass/_mixins.scss */
.page-content:after, .page-footer:after {
  clear: both;
}
/* line 141, ../sass/style.scss */
.page-content > section, .page-footer > section {
  padding-left: 10%;
  position: relative;
  width: 100%;
  border-bottom: 5px solid #e1e1e1;
  padding-bottom: 40px;
}
/* line 148, ../sass/style.scss */
.page-content > section.impressum, .page-footer > section.impressum, .page-content > section.disclaimer, .page-footer > section.disclaimer {
  padding-top: 60px;
}
/* line 152, ../sass/style.scss */
.page-content > section.impressum h3, .page-footer > section.impressum h3, .page-content > section.disclaimer h3, .page-footer > section.disclaimer h3 {
  margin-bottom: 20px;
}
/* line 157, ../sass/style.scss */
.page-content > section.disclaimer, .page-footer > section.disclaimer {
  border-bottom: none;
}
@media (max-width: 800px) {
  /* line 141, ../sass/style.scss */
  .page-content > section, .page-footer > section {
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  /* line 133, ../sass/style.scss */
  .page-content, .page-footer {
    padding-left: 0;
  }
}

/* line 172, ../sass/style.scss */
.page-logo {
  position: relative;
  top: -35px;
  left: -35%;
  z-index: 99;
}
@media (max-width: 800px) {
  /* line 172, ../sass/style.scss */
  .page-logo {
    left: -5%;
  }
}
@media (max-width: 390px) {
  /* line 172, ../sass/style.scss */
  .page-logo {
    top: -20px;
  }
}
/* line 186, ../sass/style.scss */
.page-logo img {
  max-width: 500px;
  width: 500px;
}
@media (max-width: 680px) {
  /* line 186, ../sass/style.scss */
  .page-logo img {
    width: 400px;
  }
}
@media (max-width: 500px) {
  /* line 186, ../sass/style.scss */
  .page-logo img {
    width: 350px;
  }
}
@media (max-width: 450px) {
  /* line 186, ../sass/style.scss */
  .page-logo img {
    width: 300px;
  }
}
@media (max-width: 390px) {
  /* line 186, ../sass/style.scss */
  .page-logo img {
    width: 250px;
  }
}
@media (max-width: 350px) {
  /* line 186, ../sass/style.scss */
  .page-logo img {
    width: 230px;
  }
}

/* line 212, ../sass/style.scss */
.page-navi {
  float: left;
  padding-top: 70px;
  width: 80%;
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 219, ../sass/style.scss */
.page-navi a {
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
}
@media (max-width: 800px) {
  /* line 212, ../sass/style.scss */
  .page-navi {
    display: none;
  }
}

/* line 230, ../sass/style.scss */
.fb {
  float: right;
  width: 20%;
  max-width: 50px;
  padding-top: 45px;
}
@media (max-width: 390px) {
  /* line 230, ../sass/style.scss */
  .fb {
    padding-top: 30px;
  }
}
@media (max-width: 350px) {
  /* line 230, ../sass/style.scss */
  .fb {
    padding-top: 20px;
  }
}

/* line 247, ../sass/style.scss */
.intro span {
  color: #744028;
  font-weight: bold;
}
/* line 252, ../sass/style.scss */
.intro .two-col:first-child {
  padding-top: 15px;
  width: 60%;
}
/* line 256, ../sass/style.scss */
.intro .two-col:last-child {
  padding-right: 0;
  width: 40%;
}
@media (max-width: 580px) {
  /* line 261, ../sass/style.scss */
  .intro .two-col:first-child,
  .intro .two-col:last-child {
    width: 100%;
    float: none;
  }
}

/* line 268, ../sass/style.scss */
.bio {
  text-align: left;
  width: 260px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -130px;
}
@media (max-width: 680px) {
  /* line 268, ../sass/style.scss */
  .bio {
    left: 0;
    margin-left: 0;
  }
}
/* line 277, ../sass/style.scss */
.bio img {
  display: inline-block;
  float: right;
  width: 25%;
}
/* line 283, ../sass/style.scss */
.bio p {
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2em;
  display: inline-block;
  padding-right: 10px;
  float: left;
  width: 75%;
  text-align: right;
}

@media (max-width: 680px) {
  /* line 297, ../sass/style.scss */
  .oeffnungszeiten > .two-col {
    float: none;
    width: 100%;
  }
}

/* line 304, ../sass/style.scss */
.illu {
  padding-top: 15px;
  text-align: center;
}

/* line 313, ../sass/style.scss */
.block {
  padding: 15px 10px;
}
/* line 316, ../sass/style.scss */
.block h2 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
/* line 321, ../sass/style.scss */
.block p {
  margin-bottom: 0;
}
/* line 325, ../sass/style.scss */
.block .two-col:first-child {
  width: 40%;
}
/* line 326, ../sass/style.scss */
.block .two-col:last-child {
  width: 60%;
}
/* line 328, ../sass/style.scss */
.block.blue {
  background: #b7dae3;
}
@media (max-width: 680px) {
  /* line 328, ../sass/style.scss */
  .block.blue {
    margin-bottom: 20px;
  }
}
/* line 336, ../sass/style.scss */
.block.beige {
  background: #bfb57e;
}
/* line 339, ../sass/style.scss */
.block.beige h3, .block.beige p {
  color: #fff;
}
/* line 344, ../sass/style.scss */
.block.border-blue {
  border: 1px solid #5aabb7;
}
/* line 347, ../sass/style.scss */
.block.border-blue .two-col {
  padding: 0;
}
/* line 352, ../sass/style.scss */
.block.border-beige {
  border: 1px solid #bfb57e;
}
/* line 354, ../sass/style.scss */
.block.border-beige .two-col {
  padding: 0;
}
/* line 357, ../sass/style.scss */
.block.border-beige h2 {
  color: #bfb57e;
}

/* line 363, ../sass/style.scss */
#kontakt {
  position: relative;
  padding-bottom: 90px;
  padding-top: 40px;
}
/* line 368, ../sass/style.scss */
#kontakt .signet {
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}
/* line 376, ../sass/style.scss */
#kontakt .signet img {
  width: 80px;
  height: 80px;
}
@media (max-width: 800px) {
  /* line 368, ../sass/style.scss */
  #kontakt .signet {
    display: none;
  }
}
/* line 386, ../sass/style.scss */
#kontakt .three-col a {
  font-weight: bold;
}
/* line 390, ../sass/style.scss */
#kontakt .download {
  position: absolute;
  bottom: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 395, ../sass/style.scss */
#kontakt .download img {
  max-width: 30px;
  display: inline-block;
  position: relative;
  top: 10px;
}
/* line 402, ../sass/style.scss */
#kontakt .download a {
  text-decoration: underline;
  display: inline-block;
  padding-left: 8px;
}
@media (max-width: 680px) {
  /* line 390, ../sass/style.scss */
  #kontakt .download {
    position: relative;
    bottom: auto;
  }
}
/* line 414, ../sass/style.scss */
#kontakt .links a {
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 680px) {
  /* line 420, ../sass/style.scss */
  #kontakt .contact .three-col:nth-child(2) {
    padding: 20px;
  }
}

/*
3.0 Page Footer
============================================================== */
/* line 432, ../sass/style.scss */
.page-footer > section {
  border-bottom: none;
}

/* line 437, ../sass/style.scss */
#anfahrt {
  padding-bottom: 0;
}
/* line 440, ../sass/style.scss */
#anfahrt a {
  font-weight: bold;
  text-decoration: underline;
}

/* line 446, ../sass/style.scss */
.google-map {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
/* line 451, ../sass/style.scss */
.google-map iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 800px) {
  /* line 451, ../sass/style.scss */
  .google-map iframe {
    height: 350px;
  }
}
/* line 460, ../sass/style.scss */
.google-map .top {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -25px;
  z-index: 99999;
}
/* line 467, ../sass/style.scss */
.google-map .top a {
  display: block;
  background: url("../img/top.svg") no-repeat center center;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
}
@media (max-width: 1200px) {
  /* line 460, ../sass/style.scss */
  .google-map .top {
    right: 30px;
  }
}

/* line 482, ../sass/style.scss */
.partner {
  margin-bottom: 20px;
}
/* line 485, ../sass/style.scss */
.partner li {
  width: 20%;
  padding: 0 20px;
  float: left;
  text-align: center;
}
/* line 492, ../sass/style.scss */
.partner img {
  width: 100%;
}
/* line 496, ../sass/style.scss */
.partner .lb {
  padding-top: 20px;
}
/* line 500, ../sass/style.scss */
.partner .now {
  max-width: 50px;
}
/* line 504, ../sass/style.scss */
.partner .laselva {
  max-width: 130px;
  padding-top: 30px;
}
/* line 509, ../sass/style.scss */
.partner .gepa {
  max-width: 70px;
}
/* line 513, ../sass/style.scss */
.partner .demeter {
  max-width: 110px;
  padding-top: 20px;
}
@media (max-width: 500px) {
  /* line 519, ../sass/style.scss */
  .partner li {
    padding: 0 2px;
  }
  /* line 523, ../sass/style.scss */
  .partner .now {
    max-width: 30px;
  }
  /* line 527, ../sass/style.scss */
  .partner .gepa {
    max-width: 40px;
  }
}

/* line 533, ../sass/style.scss */
.tischdecke {
  height: 80px;
  width: 100%;
  position: relative;
  background: url("../img/Tischdecke-Muster_Flaeche.jpg") repeat-x 0 0;
}

/*
4.0 Impressum
============================================================== */
/* line 543, ../sass/style.scss */
.impressum {
  position: relative;
}
/* line 546, ../sass/style.scss */
.impressum .left {
  float: left;
  width: 30%;
}
/* line 551, ../sass/style.scss */
.impressum .right {
  float: left;
  width: 50%;
}
/* line 556, ../sass/style.scss */
.impressum .back {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 99999;
}
/* line 562, ../sass/style.scss */
.impressum .back a {
  display: block;
  background: url("../img/back.svg") no-repeat center center;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
}
@media (max-width: 800px) {
  /* line 556, ../sass/style.scss */
  .impressum .back {
    top: 5px;
  }
}
@media (max-width: 650px) {
  /* line 576, ../sass/style.scss */
  .impressum .left {
    float: none;
    width: 100%;
  }
  /* line 581, ../sass/style.scss */
  .impressum .right {
    display: none;
  }
}

/* line 588, ../sass/style.scss */
.disclaimer h3 {
  margin-top: 40px;
  font-weight: normal;
}

/* NEW: 26.11.2019 */
.eler {
  height: 113px;
  overflow: hidden;
}

.eler .left {
  float: left;
  width: 40%;
}

.eler .right {
  float: left;
  width: 60%;
  padding-left: 10px;
}

@media (max-width: 580px) {
  .eler {
    height: auto;
  }

  .eler .left {
    width: 115px;
  }

  .eler .right {
    width: calc(100% - 115px);
  }
}

.open-lightbox {
  position: relative;
  display: block;
  top: -5px;
}

/* Simple Lightbox */
.lightbox-opened {
  background-color: #333;
  background-color: rgba(#333, 0.9);
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow-y: hidden;
  padding: 24px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.lightbox-opened:before {
  background-color: #333;
  background-color: rgba(#333, 0.9);
  color: #eee;
  content: "x";
  font-family: sans-serif;
  padding: 6px 12px;
  position: fixed;
  text-transform: uppercase;
}

.lightbox-opened img {
  box-shadow: 0 0 6px 3px #333;
}

.no-scroll {
  overflow: hidden;
}
