@import url(font-awesome.min.css);

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, 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; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
body { -webkit-text-size-adjust: none; }
mark { background-color: transparent; color: inherit; }
input::-moz-focus-inner { border: 0; padding: 0; }
input, select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; }

html { width: 100%; height: 100%; }
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

body {
  -ms-overflow-style: scrollbar;
  background-attachment: fixed;
  background-image: url("../../images/bg.jpg");
  background-size: cover;
  background-position: center center;
  /*height: 100%;*/
  /*min-height: 35rem;*/
}
@-ms-viewport { width: device-width; }
@media screen and (max-width: 768px) { body { background-position: -120px center; } }
@media screen and (max-width: 480px) { body { background-position: -120px center; } }

/* Typography */
html { font-size: 18pt; font-size: 1vmax; }
@media screen and (max-width: 1680px) { html { font-size: 12pt; font-size: 1.1vmax; } }
@media screen and (max-width: 1280px) { html { font-size: 11pt; font-size: 1.5vmax; } }
body, input, select, textarea {
		color: rgba(0, 0, 0, 1);
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 1rem;
		font-weight: 300;
}

a { text-decoration: none; 	}
a:hover { color: #0000FF; }
em, i { font-style: italic; }
p { margin: 0 0 1.5rem 0; }
body.is-ie p { width: 100%; }
h1 { font-size: 1.75rem; line-height: 1.2; }
h2 { font-size: 1.5rem; line-height: 1.2; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1rem; }
h5 { font-size: 0.9rem; }
h6 { font-size: 0.7rem; }
sub { font-size: 0.8rem; position: relative; top: 0.5rem; }
sup { font-size: 0.8rem; position: relative; top: -0.5rem; }
blockquote { border-left: solid 0.25rem rgba(255, 255, 255, 0.25); font-style: italic; margin: 0 0 1.5rem 0; padding: 0.375rem 0 0.375rem 1.5rem; }
code { background: rgba(255, 255, 255, 0.075); border-radius: 0.25rem; font-family: "Courier New", monospace; font-size: 0.8rem; margin: 0 0.25rem; padding: 0.25rem 0.65rem; }
pre { -webkit-overflow-scrolling: touch; font-family: "Courier New", monospace; font-size: 0.8rem; margin: 0 0 1.5rem 0; white-space: pre-wrap; }
pre code { display: block; line-height: 1.625; padding: 1rem 1.5rem; overflow-x: auto; margin: 0; }
hr { border: 0; border-bottom: solid 2px rgba(0, 0, 0, 1); margin: 1.875rem 0; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

@media screen and (max-width: 768px) {
  html { font-size: 12pt; }
  h1 { font-size: 2.25rem; line-height: 1.2; }
  h2 { font-size: 1.5rem; line-height: 1.2; }
  h3 { font-size: 1rem; }
  h4 { font-size: 1rem; }
  h5 { font-size: 0.9rem; }
  h6 { font-size: 0.7rem; }
}

@media screen and (max-width: 380px) { html { font-size: 11pt; } }

.bl { color: #0033FF }
.gold { color: #CC9900 }
/* Icon */
.icon { text-decoration: none; position: relative; border-bottom: none; }
.icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }
.icon > .label { display: none; }

/* List */
ol { list-style: decimal; margin: 0 0 1.5rem 0; padding-left: 1.25rem; }
ol li { padding-left: 0.25rem; }
ul { list-style: disc; margin: 0 0 1.5rem 0; padding-left: 1rem; }
ul li { padding-left: 0.5rem; }
ul.alt { list-style: none; padding-left: 0; }
ul.alt li { border-top: solid 1px rgba(255, 255, 255, 0.25); padding: 0.5rem 0; }
ul.alt li:first-child { border-top: 0; padding-top: 0; }

dl { margin: 0 0 1.5rem 0; }
dl dt { display: block; font-weight: 400; margin: 0 0 0.75rem 0; }
dl dd { margin-left: 1.5rem; }

/* Icons */
ul.icons { cursor: default; list-style: none; padding-left: 0; }
ul.icons li { display: inline-block; padding: 0 1rem 0 0; }
ul.icons li:last-child { padding-right: 0; }
ul.icons li .icon:before { font-size: 1.25em; }

/* Contact Icons */
ul.contact-icons { list-style: none; padding-left: 0; }
ul.contact-icons > li { margin: 1.25rem 0 0 0; padding-left: 0; }
ul.contact-icons > li:before {
  display: inline-block;
  color: #2e2b37;
  cursor: default;
  font-size: 1.125rem;
  margin-right: 1rem;
  text-align: center;
  vertical-align: middle;
}
body.is-ie ul.contact-icons > li:before { line-height: 2.125; }
ul.contact-icons > li a { border-bottom: 0; }
ul.contact-icons.color1 > li:before { color: #726193; }


/* Page Wrapper */
#page-wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: -moz-flex-start;
  -webkit-justify-content: -webkit-flex-start;
  -ms-justify-content: -ms-flex-start;
  justify-content: flex-start;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  position: absolute;
}

@media screen and (min-width: 770px) { #page-wrapper { height: 96%;  } }
@media screen and (max-width: 768px) { #page-wrapper { height: 95%; padding: 1rem; } }

@media screen and (orientation: portrait) { #page-wrapper { padding-left: 2rem; padding-right: 2rem; } }
@media screen and (max-width: 480px) { #page-wrapper { display: block; padding: 0; } }
@media screen and (max-width: 380px) { #page-wrapper { display: block; padding: 0; width: 98%; margin: auto; } }


#wrapper > .scrollZone { position: fixed; width: 6rem; height: inherit; cursor: -moz-grab; cursor: -webkit-grab; cursor: -ms-grab; cursor: grab; z-index: 10100; }
#wrapper > .scrollZone.left { left: 0; }
#wrapper > .scrollZone.right { right: 0; }
#wrapper.is-dragging { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; cursor: -moz-grab; cursor: -webkit-grab; cursor: -ms-grab; cursor: grab; }
#wrapper.is-dragging * { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
#wrapper.is-dragging *:not(a, .image) { cursor: -moz-grab; cursor: -webkit-grab; cursor: -ms-grab; cursor: grab; }
#wrapper.is-dragged * { pointer-events: none; }
body.is-preload #wrapper { -moz-transform: translateX(2rem); -webkit-transform: translateX(2rem); -ms-transform: translateX(2rem); transform: translateX(2rem); opacity: 0; }
@media screen and (min-width: 738px) {
  #wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: default;
    position: relative;
    height: 90%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) { #wrapper { height: 46rem; } }
@media screen and (max-width: 480px) {
  #wrapper { box-shadow: none; }
  #wrapper > .scrollZone { display: none; }
  body.is-preload #wrapper { -moz-transform: translateY(1rem); -webkit-transform: translateY(1rem); -ms-transform: translateY(1rem); transform: translateY(1rem); }
}

@media screen and (max-width: 380px) { #wrapper { box-shadow: none; width: 100%; } }

#copyright { display: block; position: absolute; font-size: 0.875rem; color: rgba(0, 0, 0, 1); width: 98%; border-top: 2px solid black; }
.law { width: 98%; text-align: center; }
.copy_block { width: 49%; float: left; text-align: center; }

@media screen and (min-width: 738px) { #copyright { position: fixed; margin: auto; bottom: 10px; left: 15px; } }
@media screen and (max-width: 480px) { #copyright { position: relative; width: 96%; margin: auto; margin-top: 15px; bottom: 10px; } }



/* Panel */
.panel {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: -moz-stretch;
  -webkit-align-items: -webkit-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.panel > * { position: relative; min-width: 10rem; }

@media screen and (max-width: 736px)
{
  .panel { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: auto; }
}

@media screen and (max-width: 480px)
{
  .panel { margin: left; }
}

.panel.blank { width: 10rem; }
@media screen and (min-width: 481px) and (max-width: 768px) { .panel.blank { width: 2rem; } }
@media screen and (max-width: 480px) { .panel.blank { display: hidden; } }

/* Panel Logo */
.panel.logo_box {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items : flex-start;
  overflow: hidden;
  width: 55vw;
  background:
    url(../../images/saare.png) top 10px left 10px no-repeat,
    url(../../images/betreut.png) right 10px bottom no-repeat;
}

.logo { display: block; width: 90%; height: 90%; text-align: center; margin: auto; }

.sill { width: auto; height: 175px; }
.contact_txt, .icon_txt { font-size: 22px; }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .panel.logo_box
  { width: 90vw; height: 80vh; background:
    url(../../images/saare.png) top left no-repeat,
    url(../../images/betreut.png) right 10px bottom 40px no-repeat;
    background-size: 30%;
  }
  .logo { max-height: 90vh; }
  .sill { width: auto; height: 180px; margin: auto; text-align: center; }
  .logo_txt { width: auto; height: 100px; }
  .contact_txt, .icon_txt { font-size: 18px; line-height: 1.1; }

}

@media screen and (max-width: 480px) {
  .panel.logo_box { width: 100vw; height: 90vh; background-size: 30%; }
  .logo { max-height: 95vh; }
  .sill { width: 90px; height: auto; margin: auto; text-align: center; }
  .logo_txt { width: auto; height: 60px; }
  .contact_txt, .icon_txt { font-size: 16px; line-height: 1.1; }

}

/* Panel Start */
.panel.start { display: -moz-flex; display: -webkit-flex; display: -ms-flex;display: flex; align-items: center; justify-content: center; overflow: hidden; margin: auto; }
.img_start { width: auto; height: 100%; }
@media screen and (max-width: 768px) { .panel.start { -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; } }
@media screen and (max-width: 480px) { .panel.start { width: 100%; max-width: 450px; } .img_start { width: 98%; height: auto; } }
@media screen and (max-width: 380px) { .panel.start { width: 100%; max-width: 360px; margin: auto; margin-top: 10px; text-align: center; } }

/* Panel Öffnungszeiten */
.panel.oeff {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(250, 250, 250, 1);
  overflow: hidden;
  text-align: center;
  padding: 10px;
}
.tafel { width: 98%; max-width: 400px; height: auto; }
.oeff_txt { font-size: 22px; padding-top: 10px; }
.getraenk { display: block; margin: auto; }
.alt { padding-bottom: 15px; padding-right: 15px; }
.whisky { padding-top: 15px; padding-right: 15px; width: auto; height: 150px; }
.wein { padding-bottom: 15px; }
@media screen and (max-width: 480px) {
.panel.oeff { padding: 0; }
.oeff_txt { font-size: 16px;  }
.alt { padding-bottom: 15px; padding-right: 10px; width: auto; height: 130px; }
.whisky { padding-top: 15px; padding-right: 10px; width: auto; height: 130px; }
.wein { padding-bottom: 15px; width: auto; height: 130px; }
}

/* Panel Uhr */
.panel.uhr { display: -moz-flex; display: -webkit-flex; display: -ms-flex;display: flex; align-items: center; justify-content: center; overflow: hidden; margin: auto; }
.panel.uhr > img { width: 100%; height: auto; }

/* Panel Wurmzeit */
.panel.wurm_zeit {
  display: block;
  overflow: hidden;
  margin: auto;
  min-width: 20rem;
  background: rgba(255, 255, 255, 1);
  background-image: url("../../images/uhr.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.feingold { margin-left: -50px; padding-top: 30px; width: auto; height: 70%; }

@media screen and (max-width: 780px)
{
  background-position: bottom right 20px;
}
@media screen and (max-width: 480px)
{
  .panel.wurm_zeit { background-image: url("../../images/uhr2.png"); background-position: bottom right 7%;  }
  .panel.wurm_zeit > img { width: 80%; height: auto; }
  .feingold { width: auto; height: 180px; margin: auto; }
  .txt_middle { text-align: center; }
}
.info { font-size: 32px; color: rgba(0, 0, 255, 1); }

/* Panel Bilder */
.panel.pic {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.img2 { height: 50%; }
.img2 > img { width: auto; height: 98%; }

@media screen and (max-width: 480px) {
  .panel.pic
  {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .img2 { display: block; width: 50%; height: auto; min-height: 5em; float: left;  }
  .img_pic { width: 100%; height: auto; }
}