/*
	Theme Name: Brauerei Museum Dortmund
	Theme URI: https://blubbmedia.com
	Description: Custom Template for Brauerei Museum Dortmund 2024
	Version: 0.0.1
	Author: David Ziegler
	Author URI: http://www.goleon.de
	Tags: HTML5, CSS3
*/
/*---------------------------------
-----  dimension variables --------
----------------------------------*/
/*------  standard elements padding & margin  -------*/
/** @define Mixins; use strict */
/**
 * All the mixins used by the Project.
 *
 * include all seperate mixins in this file,
 * to be imported by _import.scss in src dir
 *
 */
.lang-navigation #header-menu LI A, .popover, .button, .mapOverviewWrapper, .popover_brew {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.mainContentWrapper .leftContent::-webkit-scrollbar, .moreInfo::-webkit-scrollbar {
  width: 10px;
  border-radius: 50%;
}
.mainContentWrapper .leftContent::-webkit-scrollbar-track, .moreInfo::-webkit-scrollbar-track {
  background-color: transparent;
}
.mainContentWrapper .leftContent::-webkit-scrollbar-thumb, .moreInfo::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.start_headline h1, .start_headline h2 {
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.slideshow .wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slideshow .wrapper.calculating {
  height: 0;
}

.slideshow .slides {
  position: relative;
  z-index: 10;
}

.slideshow .slide {
  position: relative;
  float: left;
  box-sizing: border-box;
}

@font-face {
  font-family: 'light';
  src: url("font/MyriadPro-Light.woff2") format("woff2"), url("font/MyriadPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'bold';
  src: url("font/MyriadPro-BoldCond.woff2") format("woff2"), url("font/MyriadPro-BoldCond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'regular';
  src: url("font/MyriadPro-Regular.woff2") format("woff2"), url("font/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("font/MyriadPro-Bold.woff2") format("woff2"), url("font/MyriadPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("font/MyriadPro-BoldCond.woff2") format("woff2"), url("font/MyriadPro-BoldCond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("font/MyriadPro-BoldCondIt.woff2") format("woff2"), url("font/MyriadPro-BoldCondIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("font/MyriadPro-Semibold.woff2") format("woff2"), url("font/MyriadPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("font/MyriadPro-CondIt.woff2") format("woff2"), url("font/MyriadPro-CondIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("font/MyriadPro-SemiboldIt.woff2") format("woff2"), url("font/MyriadPro-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("font/MyriadPro-Cond.woff2") format("woff2"), url("font/MyriadPro-Cond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("font/MyriadPro-Regular.woff2") format("woff2"), url("font/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("font/MyriadPro-Light.woff2") format("woff2"), url("font/MyriadPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("font/MyriadPro-BoldIt.woff2") format("woff2"), url("font/MyriadPro-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: block;
}
.area {
  width: 100%;
  height: 100vh;
}

.background {
  width: 100%;
  height: 100%;
}

.nav-arrow {
  position: absolute;
  z-index: 300;
  width: 70px;
  height: 70px;
  bottom: calc(50% - 35px);
  opacity: 1;
  transition: opacity 600ms ease;
  cursor: pointer;
  border: 4px solid white;
  border-radius: 50px;
  background: linear-gradient(139deg, #597099 0%, #3e587c 100%);
}
.nav-arrow.is-hidden {
  opacity: .001;
  pointer-events: none;
}
.nav-arrow:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 65px;
  display: block;
  position: absolute;
  background-size: 50%;
}
.nav-arrow-next {
  right: 60px;
}
.nav-arrow-next:after {
  background-image: url(img/arrow.svg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.nav-arrow-prev {
  left: 60px;
}
.nav-arrow-prev:after {
  background-image: url(img/arrow.svg);
}

.gallerySlider {
  position: relative;
  width: auto;
  height: auto;
  transition: height 1s ease;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  /*
  img{
      max-width: unset;
      width: 100%;
  } 
      */
}
.gallerySlider:before, .gallerySlider:after {
  content: " ";
  display: table;
}
.gallerySlider:after {
  clear: both;
}
.gallerySlider .gallerySlider-entry {
  opacity: 1;
  transition: opacity 600ms ease;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  min-width: 100%;
  z-index: 100;
  display: none;
  text-align: center;
}
.gallerySlider .gallerySlider-entry#image_0 {
  display: block;
}
.gallerySlider .gallerySlider-entry .sliderImage {
  position: relative;
}
.gallerySlider .gallerySlider-entry .panZoomWrapper {
  position: relative;
}
.gallerySlider .gallerySlider-entry .sizeWrapper {
  container-type: size;
  position: relative;
}
.gallerySlider .gallerySlider-entry.js-hidden {
  pointer-events: none;
  z-index: 50;
}
.gallerySlider .gallerySlider-text {
  position: absolute;
  bottom: 30%;
  right: 0px;
  color: #fff;
  font-size: 2rem;
  width: 40%;
  padding-left: 28px;
  padding-right: 50px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

.dotstyle {
  position: absolute;
  right: 50px;
  bottom: 40px;
  z-index: 200;
}
.dotstyle ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dotstyle li {
  position: relative;
  display: block;
  float: left;
  margin: 0 8px;
  width: 31px;
  height: 31px;
  cursor: pointer;
}
.dotstyle li.current a {
  box-shadow: inset 0 0 0 4px white, 0px 0px 5px rgba(0, 0, 0, 0.4);
  background: linear-gradient(139deg, #597099 0%, #3e587c 100%);
}
.dotstyle li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
  box-shadow: inset 0 0 0 4px rgba(89, 112, 153, 0.75), 0px 0px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}

.hotspot {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -35px;
  left: -25px;
  cursor: pointer;
  z-index: 1000;
  /*
  &:after {
      content: " ";
      position: absolute;
      width: 41px;
      height: 34px;
      background-image: url("img/dreieck.svg");
      left:0;
      top:0;
  }
  */
}
.hotspot .content {
  display: none;
}

.svg-arrow {
  position: absolute;
  width: 26px;
  height: 26px;
  top: -13px;
  left: -12px;
  z-index: 200;
  /*
  &:after {
      content: " ";
      
  }
      */
}
.svg-arrow .dotGfx {
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: url("img/dotyellow.png");
  left: -30px;
  top: -30px;
  background-repeat: no-repeat;
  background-size: cover;
}
.svg-arrow.active {
  z-index: 300;
}

.lang-navigation {
  position: relative;
  z-index: 500;
}
.lang-navigation UL {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.lang-navigation UL LI {
  list-style-type: none;
  margin-left: 25px;
}
.lang-navigation #header-menu LI A {
  display: inline-block;
  position: relative;
  border-radius: 35px;
  background-color: #fff;
  text-transform: uppercase;
  color: #af820d;
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 28px;
  min-width: 60px;
  min-height: 60px;
  line-height: 2.1;
  text-align: center;
}

.startpageLink {
  display: none;
}

.popover {
  background-color: #FFF;
  border-radius: 12px;
  padding: 5px 13px;
  position: absolute;
  z-index: 300;
  width: auto;
  min-width: 90px;
  text-align: center;
  bottom: 40px;
  left: -1em;
  color: #6e1200;
  font-size: 26px;
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.popover.content P {
  font-size: 22px;
  font-family: 'regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.popover.slim {
  min-width: 350px;
  text-align: center;
}
.popover .closeButton {
  pointer-events: auto;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  top: -15px;
  right: -15px;
  border: 4px solid;
}
.popover .closeButton:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  background-image: url(img/small_close_x.svg);
  background-size: 40%;
}

#arrow {
  position: absolute;
  background: #fff;
  width: 8px;
  height: 8px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.lightbox-button {
  top: 30px;
  left: 30px;
  position: absolute;
  z-index: 900;
}
.lightbox-button .label {
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  border: 4px solid white;
  padding: 6px 30px;
  border-radius: 12px;
}
.lightbox-button .content-wrapper {
  display: none;
  position: absolute;
  min-width: 800px;
  max-width: 95vw;
  pointer-events: none;
}
.lightbox-button .content-wrapper .content {
  background: white;
  padding: 20px;
}
.lightbox-button .content-wrapper .content p {
  font-size: 24px;
  font-family: 'regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lightbox-button .content-wrapper .copyright {
  color: #cdcfcf;
  margin: 8px 24px 8px;
  font-family: 'regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lightbox-button .content-wrapper .closeButton {
  pointer-events: auto;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  top: -15px;
  right: -15px;
  border: 4px solid;
}
.lightbox-button .content-wrapper .closeButton:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  background-image: url(img/small_close_x.svg);
  background-size: 40%;
}
.lightbox-button.button1 {
  top: 60px;
  left: 60px;
  z-index: 1000;
}
.lightbox-button.button2 {
  top: 140px;
  left: 60px;
}
.lightbox-button.button2:after {
  -webkit-clip-path: polygon(4% 15%, 95% 0, 100% 86%, 0% 100%);
          clip-path: polygon(4% 15%, 95% 0, 100% 86%, 0% 100%);
}
.lightbox-button.button3 {
  min-width: 300px;
  max-width: 400px;
  left: calc(50% - 150px);
  top: unset;
  bottom: 100px;
}
.lightbox-button.button3:after {
  -webkit-clip-path: polygon(4% 15%, 97% 1%, 96% 78%, 0% 100%);
          clip-path: polygon(4% 15%, 97% 1%, 96% 78%, 0% 100%);
}
.lightbox-button.button3 .label {
  text-align: center;
}

.button {
  border-radius: 30px;
  min-width: 60px;
  min-height: 60px;
  background-color: #fff;
  display: inline-block;
  color: #af820d;
  font-size: 28px;
  line-height: 2.1;
  text-align: center;
  padding: 0px 40px;
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /*
  &:after {
      content:"";
      background-repeat: no-repeat;
      background-position:center;
      width: 63px;
      height: 63px;
      display: block;
      position: absolute;
      background-size: 50%;
  }
      */
}
.button:hover {
  color: #af820d;
}

.map-navigation {
  position: absolute;
  z-index: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 250px;
  top: 5%;
  left: 50px;
  -ms-flex-align: center;
      align-items: center;
  height: 90%;
}

.map-banner-wrapper {
  width: 100%;
  text-align: center;
}

.map-banner {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  transition: all 750ms ease-in-out;
}
.map-banner .gfx {
  display: block;
  width: 110px;
  height: 110px;
  background-image: url(img/Button-shadow.png);
  background-size: 100% 100%;
  transition: all 750ms ease-in-out;
}
.map-banner .year {
  position: absolute;
  text-align: center;
  bottom: calc(100% - 2.8em);
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.7em;
  width: 100%;
  color: #6e1200;
  transition: all 750ms ease-in-out;
}
.map-banner.active_link .gfx {
  width: 250px;
  height: 250px;
  background-image: url(img/Button_weiss-shadow.png);
}
.map-banner.active_link .year {
  bottom: calc(100% - 3.3em);
  font-size: 3em;
}

.mapWrapper {
  opacity: 0;
}

.map-menu-elements {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: -ms-flexbox;
  display: flex;
}
.map-menu-elements .map-back {
  z-index: 500;
}

.page-template-template-startpage .wrapper {
  background-image: url("img/BG.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.start_headline {
  position: relative;
  margin: 0 auto;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: white;
  z-index: 400;
  padding-top: 60px;
  opacity: 0;
}
.start_headline h1 {
  color: #6e1200;
  margin: 0 0;
}
.start_headline h2 {
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 1.9em;
  margin-top: 0;
  margin-bottom: 60px;
}

:root {
  --startmap-amount: 3;
}

.choose_map {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px;
  z-index: 200;
}

.mapOverviewWrapper {
  position: relative;
  background-image: url("img/Bierdeckel-gross.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  margin: 0 20px;
    /*
    &:nth-child(1) {
        left: -66%;
        z-index: $zIndex-3;
    }

    &:nth-child(2) {
        z-index: $zIndex-2;
        left: -33%;
    }

    &:nth-child(3) {
        z-index: $zIndex-1;
        left: 0;
    }
        */
}
.mapOverviewWrapper:nth-child(2n) {
  margin-top: 100px;
}
.mapOverviewWrapper .previewMapWrapper {
  position: relative;
  top: 0;
  width: 384px;
  height: 384px;
  border-radius: 50%;
  margin-left: 48px;
  margin-top: 48px;
  overflow: hidden;
  background-size: cover;
}
.mapOverviewWrapper .previewMapWrapper img {
  width: 100%;
}
.mapOverviewWrapper .title {
  text-align: center;
  color: #6e1200;
  font-size: 2.1em;
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-top: -5px;
}
.mapOverviewWrapper .banner {
  position: absolute;
  bottom: 100px;
  right: calc(17% - 72px);
}

.bubble {
  position: absolute;
  background-image: url("img/bubble.png");
  background-size: 100% 100%;
  z-index: 100;
}

.headlineWrapper {
  margin-left: 80px;
}
.headlineWrapper h1 {
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 50px;
  color: #6e1200;
  margin: 30px 0 20px;
}

.popover_brew-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 400;
  opacity: 0;
}
.popover_brew-wrapper.js-inactive {
  pointer-events: none;
  visibility: hidden;
}

.popover_brew {
  width: 1130px;
  height: 730px;
  margin-top: 150px;
  margin-left: 530px;
  background-image: url(img/BG.jpg);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 30px;
  overflow: hidden;
}

.closeBrewContent {
  cursor: pointer;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 147px;
  right: 253px;
  z-index: 500;
  background-image: url("img/close_button.svg");
  background-size: 100% auto;
}

.mainContentWrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.mainContentWrapper .leftContent {
  width: 608px;
  margin-left: 80px;
  max-height: 570px;
  overflow-y: auto;
}
.mainContentWrapper .centerContent {
  width: 120px;
}
.mainContentWrapper .rightContent {
  width: 322px;
}

.gallerySlider {
  background: linear-gradient(24deg, rgba(245, 179, 36, 0.5) 0%, rgba(175, 129, 14, 0.5) 100%);
  border-radius: 15px;
  padding: 20px 8px 8px;
}
.gallerySlider > div {
  border-radius: 15px;
}
.gallerySlider > div > img {
  border-radius: 15px;
}
.gallerySlider .gallerySlider-entry > p {
  color: #fff;
  text-align: center;
  font-family: 'regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.galleryText,
.moreInfo {
  background: linear-gradient(24deg, rgba(245, 179, 36, 0.5) 0%, rgba(175, 129, 14, 0.5) 100%);
  border-radius: 15px;
  color: #fff;
  font-family: 'regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  padding: 20px 30px;
  margin-top: 20px;
}
.galleryText p,
.moreInfo p {
  padding: 0;
  margin: 0;
}

.moreInfo {
  display: none;
  position: absolute;
  width: 710px;
  margin-left: 80px;
  max-height: 540px;
  overflow: auto;
  margin-top: 0;
}
.moreInfo p {
  font-size: 27px;
  font-size: 1em;
  margin: 1em;
}
.moreInfo.js-show {
  display: block;
}

#gallery_1,
#gallery_2,
#gallery_3,
#gallery_4,
#gallery_5,
#thumbgallery_1,
#thumbgallery_2,
#thumbgallery_3,
#thumbgallery_4,
#thumbgallery_5 {
  display: none;
}

.thumbImagesWrapper {
  margin: 0 30px;
}
.thumbImagesWrapper .thumbnail_link {
  display: block;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 20px 0;
  border-radius: 12px;
}
.thumbImagesWrapper .thumbnail_link img {
  border-radius: 8px;
}
.thumbImagesWrapper .thumbnail_link.js-active {
  background-color: rgba(255, 255, 255, 0.5);
}

.transfer-content {
  display: none;
}

.logoAndMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logoAndMenu .logo {
  max-width: 300px;
  max-height: 300px;
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}
.logoAndMenu .gallerySelector {
  width: 100%;
}
.logoAndMenu .gallerySelector .galleryMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.logoAndMenu .gallerySelector .galleryMenu li {
  margin: 0;
  padding: 0;
}

.brauereiNavigation a,
.select_gallery {
  display: block;
  padding: 8px 45px;
  margin: 10px 0px;
  background: linear-gradient(65deg, rgba(110, 18, 0, 0.24) 0%, rgba(232, 159, 41, 0.24) 100%);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #fff;
  margin-left: 50px;
  transition: all 650ms ease-in-out;
  font-size: 22px;
}
.brauereiNavigation a.js-active,
.select_gallery.js-active {
  margin-left: 0px;
  background: linear-gradient(65deg, rgba(110, 18, 0, 0.5) 0%, rgba(232, 159, 41, 0.5) 100%);
}

.moreInfoLink {
  margin-top: 0 !important;
}

/*
.brauereiNavigation {
    bottom: 0;
    text-align: right;

    a{
       
        margin: 20px;
        @include font(bold);
        font-size:22px;
        line-height: 1.7;
        min-height: unset;
    }
}
    */
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 300 16px/1.4 'bold';
  color: #444;
  overflow: hidden;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  background-color: #e4e1df;
}

/* set scrollbar visuals for edge, safari and chrime */
body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  outline: 1px solid slategrey;
}

p {
  font-family: 'book';
  font-size: 16px;
  margin: 1em;
}

ul {
  font-family: 'regular';
  font-size: 22px;
  margin: 01em;
  padding: 0 0 0 1em;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

section {
  height: 100%;
}
section article {
  background-size: 100% auto;
  background-color: #e4e1df;
  height: 100%;
}

.mapWrapper {
  height: 100%;
}

.parents_list {
  font-size: 30px;
  text-align: center;
  max-height: 100%;
  overflow-y: scroll;
}

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  font-size: 16px;
  font-family: 'regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 5.5em;
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h2 {
  font-size: 2em;
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h3 {
  font-size: 1.5em;
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  font-size: 1em;
  font-family: 'regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
